-
Notifications
You must be signed in to change notification settings - Fork 39
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
Re: Multipartform upload file using RequestConvertible #82
Comments
Hi @quangdng ! Have you tried upload request, like: |
Hi @vadymmarkov , Thanks for your timely response. I've tried with
I've also tried If you can give me a hint on how to encode files for Thanks in advance. |
You can custom parameterEncoders like this:
I use this code in my project for upload image. |
Hi there,
Thanks for the great library. However, I could not seem to figure out how to upload multipart form data (with files attached) using Malibu and RequestConvertible enum.
Could you please give me an example of how to do it?
Many thanks.
The text was updated successfully, but these errors were encountered: