Changes between Initial Version and Version 1 of Ticket #54190, comment 16
- Timestamp:
- 08/30/2023 06:20:36 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54190, comment 16
initial v1 1 It looks like this bug is fixed. 1 I can upload the file. 2 3 It appears that sanitize_file_name is working correctly now - so I believe this issue is resolved. 4 5 However, when uploading a file with a left smart apostrophe the file is stored as: "test´filename.txt". The character is not getting removed. 6 7 Is the filename not sanitized using sanitize_file_name before saving? 2 8 3 9 Thanks!