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
I am trying to import the request from cURL to Postman (have copied it as cURL from Chrome DevTools). My request has content-type: multipart/form-data where a file is submitted as octet-stream.
I see the cURL is parsed successfully and a file is present in the body of the request.
Though, when trying to send it, I see an error in the console: Form param `mask`, file load error: "file.png", no such file
The issue is very similar to #8506, though, several years have passed since then and it appears there is no option to select content type for individual form data anymore, I can only specify if this is file or text, and octet stream seems to be handled wrongly.
Steps To Reproduce
Get a cURL where the file is being sent as octet-stream inside multiform-data;
Pocy the cURL;
Open Postman;
Click "Import" and paste copied cURL;
Select "Import into collecton";
Try to run the request and observe the issue;
Check Postman console to see the error.
Screenshots or Videos
No response
Operating System
macOS
Postman Version
11.22.0
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the Issue
I am trying to import the request from cURL to Postman (have copied it as cURL from Chrome DevTools). My request has
content-type: multipart/form-data
where a file is submitted asoctet-stream
.I see the cURL is parsed successfully and a file is present in the body of the request.
Though, when trying to send it, I see an error in the console:
Form param `mask`, file load error: "file.png", no such file
The issue is very similar to #8506, though, several years have passed since then and it appears there is no option to select content type for individual form data anymore, I can only specify if this is file or text, and octet stream seems to be handled wrongly.
Steps To Reproduce
cURL
where the file is being sent asoctet-stream
insidemultiform-data
;cURL
;cURL
;Screenshots or Videos
No response
Operating System
macOS
Postman Version
11.22.0
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered: