Replies: 1 comment 5 replies
-
Hi @alpha0010, thank you for your message! Unfortunately I don't have a clean cut answer for you. It seems to me that there was a real good reason for me to use Can you point me to an error report? Maybe when I read that, some part of the description will stand-out to me and I can be of more help. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have had some user reports of corrupt downloaded files (end of file truncated, I think), with my library
react-native-file-access
. Comparing implementationreact-native-blob-courier
DownloaderDelegate.swift#L102 and my library NetworkHandler.swift#L65 they differ inFileManager.default.copyItem()
vsFileManager.default.moveItem()
when download completes.I am wondering if you have had a particular reason for choosing copy over move, or other thoughts on what might cause this corruption.
Beta Was this translation helpful? Give feedback.
All reactions