Reputation: 75
Couldn't upload file Make sure that Postman can read files inside the working directory.
Upvotes: 4
Views: 13018
Reputation: 1064
Hope it helps. I faced the same issue a couple of minutes ago.
You may also see that new folder are created everytime you upload a file to postman. Inside C:\Users{YOUR USER}\Postman\files
like {gibberish}{the file you've just uploaded} --Don't know why but it doesn't seem to have any negative effects. Perhaps it's just a bug for Windows Users
Upvotes: 20
Reputation: 8552
Here is what works for me in Postman file uploading:
Put
request as request typeBody
section, select binary
typeYou can also pass query parameters in Put request if needed.
Upvotes: 0