I have a site on a server with the component ASP Jpeg installed. My form is uploading multiple images and inserting one record for each file uploaded. It is all working correctly. However...
When I test the page in the browser, I get this output at the top of the page. If everything is working, what is triggering this error output and how do I resolve this?
Some form error. Error code: 12 Error List: 0 Form was successfully processed. 1 Request method is NOT post 2 Zero length request (there are no data in a source form) 3 Form is in a middle of process. 5 Initial form state 11 Boundary of multipart/form-data is not specified. 12 Unknown source form (Content-type must be multipart/form-data) 15 Client was disconnected before upload was completted. 16 Unexpected error from Request.BinaryRead method (ASP error).
|
|
|