Replies Back to Article
Form was submitted with no ENCTYPE="multipart/form-data"
I Created a blank ASP page with a ({{{{{<% Response.Redirect("Details_or_Whatever_Name_you_like_to_point_after_input_or_Upload.asp")%>}}}}}}} Nothing else on the page.
I made an input form or whatever forms you’re uploading apply {{{MM Behavior Insert Record Form}} and point to the file with the Response.Redirect.
Then applied ASPLOAD2 With and Without Session(“whatever Session’) and it works.
Vs. 2.09 was working fine. Upgraded to 2.12 and now new upload pages fail with ENCTYPE="multipart/form-data" error.
ASP version on MS IIS5 2000 server. Local machine MS Windows XP Pro and Dreamweaver X
I am also getting the error of "Form was submitted with no ENCTYPE="multipart/form-data" and I have tried redirecting it to another page - same error.
I am not using the "insert record SB" but a generic "Update Record" in Dreamweaver. If I use a redirect in the Smart Image Processor - it warns me over and over that the "Update Record" behavior will not happen. If I do not put in a redirect for the Smart Image Processor, the error then appears.
Is there a solution to uploading an image and resizing it using the "Update Record" behavior?