We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: