ncuesta / dropzonejs-rails

Spice your Rails apps with some Dropzone sugar!
http://rubygems.org/gems/dropzonejs-rails
MIT License
311 stars 56 forks source link

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

Open himanshumishra31 opened 3 years ago

himanshumishra31 commented 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.