Page 1 of 1

posting multiple times

Posted: Sun Jan 27, 2008 9:08 pm
by import
When uploading multiple files in one drag/drop operation, the post method seems to gets called after each file is uploaded.

Is there a way to suppress calling the post until all the files have been uploaded?

Re: posting multiple times

Posted: Sun Jan 27, 2008 9:08 pm
by import
You're talking about "post" parameter ? or HTTP POST request for each multipart upload ?

Re: posting multiple times

Posted: Sun Jan 27, 2008 9:09 pm
by import
Actually I may have confused myself. If I drag and drop multiple files into the upload applet the url= parameter get's called after each file uploaded, and the post= only happens once.