File Upload Name Handling Improvements

Hi team,

I’ve encountered issues with file names containing non-ASCII characters or special symbols:

  1. Non-ASCII characters are removed:

    • Upload: “日本語.pdf”
    • Result: “_21e06b92-5ce1-4846-b404-81c4b149591a.pdf”
    • Request: Preserve as “日本語.pdf”
  2. Special characters are removed:

    • Upload: “a_-.$%‘@{}~’!#().pdf”
    • Result: “a_74fefd24-6589-4b5f-ba88-bfda790465d8.pdf”
    • Request: Preserve at least hyphens and underscores

Please consider implementing these improvements to enhance user experience.

1 Like

Hello @Sato. We have noted this down and will get back to you as and when we fix this.

1 Like