Open himanshumishra31 opened 3 years ago
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.
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.