Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Results with MaxChunkSize and Multiple File Uploads #13

Open
FunkMonkey33 opened this issue Mar 8, 2013 · 0 comments
Open

Comments

@FunkMonkey33
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant