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
If you accept a single file, then just read the body stream. Or include it as part of json request (base64).
Or you are welcome to contribute multipart parser. I still haven't found a use for it yet in my projects :-)
What about many files in one with Content-Disposition and other stuff? If user uploads bulk of images - this is most welcome approach (especially if you need keep files order).
MultipartFormDataParser can handle multiple files without a problem, but only tested with text files for now.
If you are uploading many files, it is probably best to do it one-by-one anyway, so that you can retry them one-by-one if anything fails.
Is there any convenient API for handling binary data uploads?
The text was updated successfully, but these errors were encountered: