Replies Back to Article

Form was submitted with no ENCTYPE="multipart/form-data"

Form was submitted with no ENCTYPE="multipart/form-data"
September 25, 2001 by Darko kamb
My 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.
RE: Form was submitted with no ENCTYPE=
September 28, 2001 by Waldo Smeets
Could you please try to find out the differences between your PWS server and the server you use on the site?
RE: RE: Form was submitted with no ENCTYPE=
November 7, 2001 by Tony Alexander
I'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?
ENCTYPE="multipart/form-data Error
December 18, 2001 by Brian Diaz
I found a very simply way of some what fixing part {{{{{{‘’’’’ENCTYPE="multipart/form-data"””””}}}} .

 IM using XP Client & Win2000 Server.

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.

 The only thing is the java error still happens if script debugging is not disable in IE.

Norton Antivirus
March 8, 2002 by Steve Verschaeve
Same 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.
Followed instructions as with others not results
June 11, 2003 by Harold McKeand

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

 

Not Solving the Problem
August 5, 2004 by Evan Dechtman

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?