attachinary icon indicating copy to clipboard operation
attachinary copied to clipboard

Why are uploads sequential?

Open skwp opened this issue 12 years ago • 1 comments

I see that attachinary.js forces sequentialUploads to be true. The jquery fileupload plugin's default is false (parallel uploads). Is there any reason to force sequential here?

skwp avatar Feb 28 '13 18:02 skwp

Parallel uploads made it impossible to limit the maximum number of files, and to check their types. It also made it very difficult to track the progress and handle all callbacks. I decided to simplify everything by switching to sequential.

assembler avatar Mar 05 '13 09:03 assembler