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
I tried to upload a file with spaces on windows, not getting it to work:
POST http://localhost:1337/api/v1/someendpoint HTTP/1.1
content-type: image/jpeg
< C:\Users\Username\Documents\Path with spaces\Filename with spaces.jpg
I tried putting the path in single and double quotes, tried to use a custom variable, and also tried to replace the spaces in the string with %20
The text was updated successfully, but these errors were encountered:
@gitter-me nice catch, I have fixed the issue, and now you can keep the original file path with spaces as you did(no escape is needed). And I will publish this fix in next release.
Steps to Reproduce:
I tried to upload a file with spaces on windows, not getting it to work:
I tried putting the path in single and double quotes, tried to use a custom variable, and also tried to replace the spaces in the string with %20
The text was updated successfully, but these errors were encountered: