hi i had the same problem. I managed (not yet perfectly) send an entire form with an upload input. Check this thread
http://groups.google.com/group/jquery-en/browse_thread/thread/bb2ff357abcefa44# Maybe it can help you Vitto On Feb 20, 8:54 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 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