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 have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
When I attempt to add a file to my request's body, either form-data or binary, after selecting the file from the picker dialog, the filename is prepended by a forward slash ("/"). This causes the program to not find the file when the request is sent, as that particular file path does not exist.
I have tried moving the file to multiple locations on my machine, including the workspace location, but to no avail.
Steps To Reproduce
Open a new request tab
Select the Body tab
Choose the binary radio button
Click "Select File"
Choose a file and click Open
Screenshots or Videos
Operating System
Windows
Postman Version
1.5.1
Postman Platform
Postman VSCode Extension
User Account Type
Signed In User
Additional Context?
This behavior only happens using the VS Code extension, not the desktop app.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the Issue
When I attempt to add a file to my request's body, either form-data or binary, after selecting the file from the picker dialog, the filename is prepended by a forward slash ("/"). This causes the program to not find the file when the request is sent, as that particular file path does not exist.
I have tried moving the file to multiple locations on my machine, including the workspace location, but to no avail.
Steps To Reproduce
Screenshots or Videos
Operating System
Windows
Postman Version
1.5.1
Postman Platform
Postman VSCode Extension
User Account Type
Signed In User
Additional Context?
This behavior only happens using the VS Code extension, not the desktop app.
The text was updated successfully, but these errors were encountered: