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

Chunks replacing previous chunks on s3 instead of appending to previous chunk. #59

Open
himanshumishra31 opened this issue Apr 8, 2021 · 0 comments

Comments

@himanshumishra31
Copy link

dictDefaultMessage: 'Drop files on table to upload',
maxFilesize: 10000,
method: 'post',
parallelUploads: 1,
paramName: 'file',
timeout: 3600000,
chunking: true,
chunkSize: 5000000,
forceChunking: true,
chunksUploaded: function(file, done) {
done()
}

Here are the attributes. I am receiving all chunks uploaded to s3 but instead of appending, the chunk is over rided and thus only last chunk is on s3.

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