Opened 9 years ago
Closed 8 years ago
#26651 closed Cleanup/optimization (fixed)
Keep uploaded file suffix for TemporaryUploadedFile
Description ¶
I have a use case where checking a temporary uploaded file (TemporaryUploadedFile.temporary_file_path()
) includes a check of its extension. Currently, TemporaryUploadedFile
always set .upload
as a suffix. Would setting the same suffix as the original uploaded file extension be an issue (security?, compatibility?).
Change History (5)
comment:1 by , 9 years ago
Cc: | added |
---|---|
Component: | Core (Other) → File uploads/storage |
comment:2 by , 9 years ago
Triage Stage: | Unreviewed → Someday/Maybe |
---|
comment:4 by , 8 years ago
Triage Stage: | Someday/Maybe → Ready for checkin |
---|
We can give that a try and see if any compatibility issues are reported.
Note:
See TracTickets
for help on using tickets.
Michael, it looks like you may have been involved in the original design of this (ticket:2070#comment:129). Do you have any thoughts?