Skip to content

Inconsistent Results with MaxChunkSize and Multiple File Uploads #13

@FunkMonkey33

Description

@FunkMonkey33

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions