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!
File upload through REST API doesn't create the correct filename post migration. The filename is correct when I use api.parse.com but incorrect when I upload directly to my own hosted parse server.
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
File upload through REST API doesn't create the correct filename post migration. The filename is correct when I use api.parse.com but incorrect when I upload directly to my own hosted parse server.
This code creates a file with the name pic.jpg
This code creates a file with the name 'jpg' and not 'pic.jpg'.
Steps to reproduce
Expected Results
One filename in the Dashboard will have the name 'pic.jpg' and the other will have 'jpg'
Actual Outcome
Incorrect filenames cause all sorts of problems in the client end.
Environment Setup
Logs/Trace
The text was updated successfully, but these errors were encountered: