parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.83k stars 4.77k forks source link

`Parse.File` name support for languages with non-ASCII characters #9278

Open rjcodedev opened 1 month ago

rjcodedev commented 1 month ago

New Issue Checklist

Issue Description

When I try to upload a PDF document using Parse.File with a filename in languages like Marathi, Hindi, Korean, etc., I get an error. However, when I try to upload the same file with a filename in English, it uploads successfully.

Actual Outcome

{"code":122,"error":"Filename contains invalid characters."}

Expected Outcome

Parse.File should support filenames in any language.

parse-github-assistant[bot] commented 1 month ago

Thanks for opening this issue!