Not Solving the Problem
Written by Evan Dechtman on August 5, 2004
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?
Followed instructions as with others not results
Written by Harold McKeand on June 11, 2003
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
Norton Antivirus
Written by Steve Verschaeve on March 8, 2002Same problem here and it has nothing to do with redirecting or anything like that. It works fine on 2 pc's and it's not working on a thirth one. I'm not sure but I remember seeing a reply on this subject about six months ago and apparently the script feature in Norton Antivirus was the one causing the problem. All you had to do was disabling it and reboot, that's it. I'm still looking to get back to that particular post but it seems to be removed from the site.
ENCTYPE="multipart/form-data Error
Written by Brian Diaz on December 18, 2001 I found a very simply way of some what fixing part {{{{{{‘’’’’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.
RE: RE: Form was submitted with no ENCTYPE=
Written by Tony Alexander on November 7, 2001I'm getting this same problem on PWS while testing. I also am not redirecting the page to itself and the redirect is on the insert rec SB. Is there any info on this yet?
RE: Form was submitted with no ENCTYPE=
Written by Waldo Smeets on September 28, 2001Could you please try to find out the differences between your PWS server and the server you use on the site?
Form was submitted with no ENCTYPE="multipart/form-data"
Written by Darko kamb on September 25, 2001My page is not redirecting to it self, and I'm still getting the same error. The Redirect page is defined in Insert Record SB not on Pure Upload extension. Still the same error. 2 of 3 times that I tried I get this error. This is not happening when I test localy, on PWS, only when I test my site on the IIS server.