Opened 15 years ago

Closed 15 years ago

#11504 closed (duplicate)

Path saved in database, does not match path saved on the filesystem

Reported by: rent Owned by: nobody
Component: File uploads/storage Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If you upload a file with a filename that has to be modified, fx from 'my image.png' to my_image.png', or to 'my_image_.png', if a file with that name already exists. Then the relative filename that is stored in the database will be the original, 'my image.png', while the file on the filesystem will have the new modified name.

Change History (1)

comment:1 by Alex Gaynor, 15 years ago

Resolution: duplicate
Status: newclosed

Dupe of #10410.

Note: See TracTickets for help on using tickets.
Back to Top