DIMITRIUS IONOV

Results 5 comments of DIMITRIUS IONOV

@danilofuchs hi, do you mind sharing your selector code? i couldn't find it in your fork

oh wow thank you so much :) you are the best!!!!

Even when doing multiple posts with singe upload some files end up with 0 bites

when you do multiple calls to the endpoint, something like this: files.forEach(file => { var formData = new FormData() formData.append('file', file) axios.post( '/' +appName + '/api/upload/image/', formData, { headers: {...

@ashishchandr70 can you try my fork https://github.com/dimitrius1986/multer-sharp-s3