Imran Latif
Imran Latif
When we upload a file then `this.blobs` contains all blobs but not first blob. For example if you want to upload a file of 130 KB and you have set...
I tested your library and I must say it is awesome. Server Side is implemented in an elegant way and saves a lot of time for developers like me who...
When we upload a file then last blob from `this.blobs` is always having 0 KB size. Due to this when we issue `s3upload.completeMultipartUpload()` request after all parts have finished uploading...
I want to propose a feature which I think will be quite useful for apps running in production environment either on staging or live servers. The feature should allow admin...