Form was submitted with no ENCTYPE="multipart/form-data"
Question:
I can save the image name to the db now and the file gets uploaded, but here is the error mesage that comes up:
Form was submitted with no enctype="multipart/form-data"
Please correct the form attributes and try again.
Answer:
You are redirecting the page to it self.
Please provide a redirect page. If you are using the Insert Record SB, you
should put the Redirect page on it and NOT on the Pure Upload extension.
Comments
Form was submitted with no ENCTYPE="multipart/form-data"
RE: Form was submitted with no ENCTYPE=
RE: RE: Form was submitted with no ENCTYPE=
ENCTYPE="multipart/form-data Error
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.
You must me logged in to write a comment.