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
{{ message }}
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
I've realised thats not possible and the payload would have to be multipart and I can get that to bind now however when I then try to access files by invoking the multipartreader again it throws an error I think because the binder has already read the body and assigned the Multipartform property
OK I have got it binding and I can access the files. However when you read the form values and assign the Multipartform property you reading it all in one go. Would you accept a PR to use r.MultipartReader() that way it doesnt store the memory temporarily to disk and should improve perf if people are uploading big files
Hi
Is it possible to upload a json body and a file and for this lib to work? Currently I either get back a ContentType error or a Deserialization error
Thanks 😄
The text was updated successfully, but these errors were encountered: