Hi
On page load (ie: before submitting the page) I get the error below At this point I am just loading the form page. I have not yet submitted the page. It looks like the form is trying to submit before I enter the updated data??
I note that the Update Record Upload behaviour has a red ! every time I apply the extension (version 2.5.17) Everything seems to be filled out correctly - I am NOT using resize or thumbnails.
Upload Without COM 3.11 error '8004000d' DwZone upload error: <br>Multipart/form-data was not received. <br>Make sure that you have specified the encType <br>attribute to "multipart/form-data" in your FORM like <br><FORM enctype="multipart/form-data" > tag.[Need help? Contact [email protected], http://www.dwzone-it.com] /dwzUpload/clsUpload.asp, line 1270
This is the form line from my code. form enctype="multipart/form-data" onsubmit="return ProgressBar()" ACTION="<%=dwzUpload.GetEditAction%>" METHOD="post" name="form1" id="form1"
|
|
|