23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.67k stars 611 forks source link

Generated identifier when dropping a folder on Chome and Edge does not contains the relativePath #489

Closed SuperPat45 closed 6 years ago

SuperPat45 commented 6 years ago

The generated identifier function when dropping a folder on Chome and Edge does not contains the relativePath:

If you want to upload a directory named img containing a file name image.png When selecting this directory on every browser or when dropping this directory on firefox, the uniqueIdentifier is:

60949-imgimagepng

When dropping this directory on chrome/edge, the uniqueIdentifier is:

60949-imgimagepng

steffentchr commented 6 years ago

Merged with thanks ;)