781flyingdutchman / background_downloader

Flutter plugin for file downloads and uploads
Other
123 stars 55 forks source link

Upload file .apk > 65mb #278

Closed nghiahtm closed 1 month ago

nghiahtm commented 2 months ago

Apk file size is significantly reduced Describe the bug Hello I need help I have uploaded an .apk file: The file has a capacity of 30 mb, completely normal. But when it reaches 70mb, the capacity when uploaded to the server is reduced by up to 90%. I tried using another library and it still had full capacity. Thank you for solving the problem in the old version 6.3.3

781flyingdutchman commented 2 months ago

I'm not sure what you mean with "capacity" and "reduced" so please clarify the issue. Also, version 6 and 7 are no longer supported

nghiahtm commented 2 months ago

I think i used lower verion. When I uploaded the apk file it was 70mb but when it reached the server it could only read 4mb

781flyingdutchman commented 1 month ago

Someone else mentioned earlier that they forgot to set post to 'binary' to ensure the file is uploaded as a binary and not a multi-part upload. Perhaps that is also your issue?

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 7 days since being marked as stale.