http_file_uploader 4.0.1
http_file_uploader: ^4.0.1 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.
4.0.0 - 2026-05-19 #
Added #
- Added
headersCallbacktoHttpFileHandler - Added
presentHeadersCallbacktoHttpRestorableChunkedFileHandler - Added
streamedRequestparameter toHttpFileHandlerto allow usingRequestinstead ofStreamedRequest
Changed #
- Breaking, updated to reflect the breaking changes introduced in
en_file_uploader. For the breaking changes, see the changelog ofen_file_uploader.
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