You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: