http_file_uploader 3.1.0
http_file_uploader: ^3.1.0 copied to clipboard
A en_file_uploader plugin to handle the file upload using http package. Provides the capability to upload a file in chunks with built-in retry handling.
3.1.0 - 2025-07-15 #
3.0.0 - 2025-07-10 #
Breaking:
uploadChunknow internally usesStreamedRequestinstead ofMultipartRequest. The default requestContent-Typeis nowapplication/octet-streaminstead ofmultipart/form-data(default headers are set before custom ones so they can be overridden).
Changed #
- Update
README.md