Actions
Bug #35130
closedRepository of type FILE doesn't allow for duplicate files to be uploaded
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Content Uploads
Target version:
-
Description
I've created a file repository, then via the Web UI I upload a file called "file1".
1. If I tried to upload another file "file2", same file content, then the repository remains containing only "file1". There is no "file2".
2. If I delete "file1" and then upload "file2", same file content, I get "file1" back, still no "file2".
A unique file can only exist once with the first name it was uploaded.
What I expect to happen:
- I can upload the same unique file content with multiple names, and all instances show up in the file list
Actions