Hello Everyone,
I’m developing a simple document management system (document path saved, no BLOB) and I am having the problem that when I’m uploading documents that are uploaded earlier with the same filename, the file gets overwritten.
I would like to know if somebody knows a way to prevent this by changing the filename while the upload is in progress or a solution where an error is showing that there’s already a file with that name.
I don’t want to use the workaround of using different subdirectories to place the files.
I’m curious if somebody had this problem before and fixed this.
Regards!