pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
600 stars 168 forks source link

Get wrong image when uploading multiple images asynchronously #140

Open moxesh-gandhi opened 1 year ago

moxesh-gandhi commented 1 year ago

This library works for me when I only upload one image at a time. But when I upload multiple images at asynchronously the image is wrong. So this library works for single image only or it works for uploading multiple images at once.

Q A
This Package Version 1.5.1
Laravel Framework Version 5.4.3
PHP version 7.4.3
Operating system Ubuntu 20.04.4
pionl commented 1 year ago

Check used JS library that should create more unique file name. The package depends on it.