Jack, Does this all work correctly without JavaScript? I suspect not. When uploading files, the Form Plugin does a native, non-ajax submit. I think you need to first sort out what the issue is without using the plugin, and then add it back in once you've got that solved.
Mike On Dec 30, 2007 10:01 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi .. > > I built a multiple form uploader that uploads multiple files. I have > it working exceptionally except that when i changed the url of the > POST to or Action field to provide access to the cookies that come > with the form post - it will no longer display the response. > > For example .. Posting to domain.com contains some cookies but not the > same ones as www.domain.com > > so when i change the url to pick up the cookies i need .. going to > www.domain.com instead of domain.com .. -- it stops working . > > {here is some of the code. that might be useful } > > var options = { target:target_obj, > beforeSubmit:uplObj.setProgress,success:uplObj.Response,url:post,type:"post",clearForm:false,resetForm:false > } ; > this.Forms[uplCounter].ajaxSubmit(options); } > > the url was changed from domain.com to www.domain.com -- I have > determined that the program on the server side responds normally .. > but the data return is not written to the target.. or > > Any thoughts? anyone? > > steelliberty >