-
Notifications
You must be signed in to change notification settings - Fork 195
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
Uploading Files #128
Comments
For multipart sending, you can try this method in your action file:
|
For us, we tried adding the Content-Type header after reading this issue and were unable to get it to work for a few hours due to our boundary not actually being ---abc--abc-- (and not realizing this at first). Perhaps the boundary in this answer was just left as a placeholder, but in case it is helpful to anyone who was confused like us, ultimately we were able to make file uploading work by not specifying the Content-Type at all, and letting the browser auto-fill the Content-Type with the correct boundary that we needed |
Any idea/examples on how to upload a file with
redux-api-middleware
?The text was updated successfully, but these errors were encountered: