You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On other platforms the filenames are usually randomly(?) chosen and therefor unique, thus not having the same issue.
I, having looked into this only a little bit, imagine this code is an attempt to prevent duplicate files from being uploaded.
I'm not sure if this has any implications further down the line, but perhaps the check could be removed or changed to also take the file size into consideration?
The text was updated successfully, but these errors were encountered:
I'm having trouble uploading multiple files on iOS when the files are created on the fly using the camera app.
This is likely because they are all given the name (image.jpg) and then get stuck on the following lines which prevents duplicate file names:
mendix-file-dropper/src/store/fileDropperStore.ts
Lines 160 to 161 in 1a78424
On other platforms the filenames are usually randomly(?) chosen and therefor unique, thus not having the same issue.
I, having looked into this only a little bit, imagine this code is an attempt to prevent duplicate files from being uploaded.
I'm not sure if this has any implications further down the line, but perhaps the check could be removed or changed to also take the file size into consideration?
The text was updated successfully, but these errors were encountered: