Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am trying to render a form on a in a view and am using the BeginUmbracoForm extension, but it does not work as expected.
The code is as follows:
@using (Html.BeginUmbracoForm("Index", "UploadSurface", new { enctype = "multipart/form-data", id = "fileupload"}))
since I need to set the id and enctype put the output is rendered as:
<form action="/shop/upload" method="post">
without he enctype and id.
What am I doing wrong?
/Kristian
This is not implemented yet: http://issues.umbraco.org/issue/U5-551
Jeroen
Cheers Jeroen.
I've given it a vote up
Can you please share the solution as the following link in not working..
http://issues.umbraco.org/issue/U5-551 ==> "This page was not found"
Umbraco 5 was cancelled a long time ago so all the issues have been removed.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
V5 - Html.BeginUmbracoForm does not render htmlattributes
I am trying to render a form on a in a view and am using the BeginUmbracoForm extension, but it does not work as expected.
The code is as follows:
since I need to set the id and enctype put the output is rendered as:
without he enctype and id.
What am I doing wrong?
/Kristian
This is not implemented yet: http://issues.umbraco.org/issue/U5-551
Jeroen
Cheers Jeroen.
I've given it a vote up
/Kristian
Can you please share the solution as the following link in not working..
http://issues.umbraco.org/issue/U5-551 ==> "This page was not found"
Umbraco 5 was cancelled a long time ago so all the issues have been removed.
Jeroen
is working on a reply...