You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out #1271 for an ideal bug report.
The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
Many members of the community use Stack Overflow and Server Fault to ask questions.
Read through the existing questions or ask your own!
if the file name contains '+', '-', '&', this bug will repro. there would likely be more special chars causing the issue. calling encodeURI() does not solve the problem.
same issue.
i am currently using parse-server 2.3.1 with a fileadapter of AliYun OSS(just like azure storage adapter).
when i upload a file with chinese name,it always fails.
even though i change the parse server version from latest to 2.2.22 as @estylehq suggests , this problem remains.
any help will be appreciated.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please read the following instructions carefully.
Check out #1271 for an ideal bug report.
The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
Many members of the community use Stack Overflow and Server Fault to ask questions.
Read through the existing questions or ask your own!
For database migration help, please file a bug report at https://parse.com/help#report
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Issue Description
Cannot upload file(s) named with other language : ex) Korean, Chinese, Japanese.
It seems encoding problem in Parse Server, and it was not happen 2.2.11 or under version.
Please see this link(screen shots)
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
Expected Results
Upload successfully like before.
Actual Outcome
Cannot uploaded files.
Only uploaded alphabet based file name.
Environment Setup
Logs/Trace
You can turn on additional logging by configuring VERBOSE=1 in your environment.
The text was updated successfully, but these errors were encountered: