-
Notifications
You must be signed in to change notification settings - Fork 156
Upload a file from postman #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i have the same problem,if you reslove it ,please tell me @karenpio . thanks |
@karenpio you are ok, just use Header "Accept" with value "multipart/form-data", not setting "Content-type". That works for me from Postman. @TNT-Likely |
Looks like this is solved. @karenpio or @TNT-Likely, please re-open the issue and mention me directly if you are still having troubles! |
|
Hi! I'm having troubles uploading a file. When I consume the endpoint to upload an image (http://0.0.0.0:3000/api/containers/profile_pics/upload) and I select the image to send (Body - form-data) But in the docs there's no information about how the file should be sent. I upload the file with a key "file", but the request never ends. Is there a way to upload an image from postman? Because it's not working for me :\
Thanks
The text was updated successfully, but these errors were encountered: