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
to save the file as a different name when it's uploaded (maybe just use the deployd ID as the faux filename) and store the original filename in the db.
I'm personally not a big fan of replacing the existing file (maybe a param that you could pass).
The default behaviour could be to append a number at the end of the file and with a param, you could be able to replace the existing file.
Any other opinion from "the community"?
If a file with the same name already exists, we should handle that:
or
Check should probably be before this line. https://github.com/NicolasRitouet/dpd-fileupload/blob/master/index.js#L117
The text was updated successfully, but these errors were encountered: