[jQuery] ajaxfileuploads: how to add more fields?
Hi,
I'm working with the ajax file upload script from here --
http://www.phpletter.com/Demo/AjaxFileUpload-Demo/. What I'm wanting
to know is how do I add an additional hidden field into my form and
have it parsed on the server side? If you visit here
http://elearningrd.info/portal/ajaxfileupload.php
you'll see I have added a hidden field "isbn". But something happens
when the form is parsed and submitted because on the server end
(doajaxupload.php), the parameter "isbn" is not submitted.
Any help is appreciated, - Dave