jQuery-File-Upload.MVC3 icon indicating copy to clipboard operation
jQuery-File-Upload.MVC3 copied to clipboard

Inconsistent Results with MaxChunkSize and Multiple File Uploads

Open FunkMonkey33 opened this issue 11 years ago • 0 comments

Reported on the Google Group here: https://groups.google.com/forum/?fromgroups#!topic/jquery-fileupload/e6IWsEy5oaI

If I set MaxChunkSize and upload multiple files, then I wind up with inconsistent results, depending on the size of the files and their order: •If the first of N files is larger than the maxChunkSize, then only the first file gets uploaded. •If the first of N files is smaller than the maxChunkZize, then all the files get uploaded successfully.

Also, if I upload a file that's larger than the max chunk size, and the SaveTo path already has a file of the same name, then instead of replacing that file, it just appends to that file, such that if the file is 40K in length, then every time I upload it, it increases in size by 40K.

Thanks.

FunkMonkey33 avatar Mar 08 '13 23:03 FunkMonkey33