-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Uncovered an interesting behaviour/bug? when uploading multiple files that have the same filename. Behaves as follows:
- From a file upload form with
multipleset toTrueselect 2 or more files with the same exact file name (this is possible on MacOs at least if the files are in different folders, but the file chooser modal is set to a parent folder of these folders - see screenshot for example). - Only one of the files is actually uploaded to the
tmpfolder. - If you select
ndifferent files, thenncopies of the single uploaded file are copied from thetmpfolder to their final destination, so instead ofndifferent files with the same name, you end up withncopies of just one of the files.
I haven't dug in deeper yet.

