Skip to content

[Bug] Underscores in filenames are stripped/translated to empty strings #623

@Clawiee

Description

@Clawiee

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

  1. Upload a file with underscores in the filename (e.g., my_file_name.pdf)
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions