filestack / filestack-react

Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
MIT License
166 stars 41 forks source link

Duplicate files returned onSuccess when uploading more than 5 files #80

Closed yoonjiheun closed 4 years ago

yoonjiheun commented 4 years ago

When uploading 5 or more files, the files returned in the callback on success contains duplicate files. The metadata (handle, file size, file type, file name) is correct, but when you visit the file link it all points to the same files.

yoonjiheun commented 4 years ago

I found the issue. The path in storeTo must end in / or it'll return the wrong files