Tags: bug, file-handling, ux
Quality Rating: ⭐ 7/10
Reporter: 尹怡惠 (Customer Feedback)
Description
When uploading or handling files, underscores in the middle of filenames are being stripped/translated to empty strings, causing filename corruption.
Steps to Reproduce
- Upload a file with underscores in the filename (e.g.,
my_file_name.pdf)
- Observe the filename after upload/processing
Expected Behavior
The filename should preserve all underscores exactly as they appear in the original filename (e.g., my_file_name.pdf remains my_file_name.pdf)
Actual Behavior
Underscores in the filename are being removed/translated to empty strings, resulting in corrupted filenames (e.g., my_file_name.pdf becomes myfilename.pdf)
Additional Context
This issue was reported by a customer. The underscore character (_) in the middle of filenames should be preserved during file upload, storage, and download operations.
Tags:
bug,file-handling,uxQuality Rating: ⭐ 7/10
Reporter: 尹怡惠 (Customer Feedback)
Description
When uploading or handling files, underscores in the middle of filenames are being stripped/translated to empty strings, causing filename corruption.
Steps to Reproduce
my_file_name.pdf)Expected Behavior
The filename should preserve all underscores exactly as they appear in the original filename (e.g.,
my_file_name.pdfremainsmy_file_name.pdf)Actual Behavior
Underscores in the filename are being removed/translated to empty strings, resulting in corrupted filenames (e.g.,
my_file_name.pdfbecomesmyfilename.pdf)Additional Context
This issue was reported by a customer. The underscore character (
_) in the middle of filenames should be preserved during file upload, storage, and download operations.