Closed
Description
New Issue Checklist
- I have searched for a similar issue in the project and found none
Issue Info
Platform : Android
Platform Version : 10
Dio Version: 3.0.5
Repro rate: 100%
Issue Description and Steps
Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.
I can still upload image on 3.0.3 but the timeout bug is there, today I upgrade to 3.0.5, the timeout bug is gone but then the Multipart file not send in server using this code, if i print the Future result the file content-type is application/octet-stream
await MultipartFile.fromFile(image.path)
However, the image shown in preview, if I debug the headers is multipart/form-data, but null when received at server
Metadata
Metadata
Assignees
Labels
No labels