sorry, to clarify, swfUpload (and some other flash uploaders, I believe) are designed to queue multiple uploads, but sends each one as its own 'form submission', one after another (as opposed to a single HTML form with multiple file inputs). In that case, the files would upload sequentially, as separate transactions, but from the same client machine. It's analgous to doing a single-file form, reloading on success, then doing another single-file upload. Does the 2nd (Nth) file upload require a fresh uploadToken?