flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

.req files on iOS are never deleted after successful completion of request

Open jaysignorello opened this issue 2 years ago • 2 comments

The request files continue to persist, even after a task has been successfully completed. This causes the app's storage usage to continually grow without being able to clear it.

jaysignorello avatar Aug 31 '22 03:08 jaysignorello

That is a major bug, PRs welcome!

ened avatar Aug 31 '22 22:08 ened

@ened Working towards it. First I realized that we need to name the req files with the taskId to make it easier to clean up.

https://github.com/jaysignorello/flutter_uploader/commit/e0e5e9d82aae7afe5adde1a1b9f363513a61b545

jaysignorello avatar Aug 31 '22 22:08 jaysignorello