posting multiple times

Upload core product.
Post Reply
import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

posting multiple times

Post 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?

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: posting multiple times

Post by import »

You're talking about "post" parameter ? or HTTP POST request for each multipart upload ?

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: posting multiple times

Post 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.

Post Reply