jsleijh
jsleijh
I also have the same problem. Is it solved?
 I really provide a Content-Length response header, thanks a lot! If Content-Length is 2147483640(
Thanks, This issus appears in Android. Other questions you have asked, I will try again soon.
If i change it myself, would i change two places ([775](https://github.com/apache/cordova-plugin-file-transfer/blob/f12b73eb0ba70536072eeab89843c96082fce512/src/android/FileTransfer.java#L775) and [777](https://github.com/apache/cordova-plugin-file-transfer/blob/f12b73eb0ba70536072eeab89843c96082fce512/src/android/FileTransfer.java#L777)),and replace **getContentLength** with **getContentLengthLong** ?
Thanks so much, this will solve a tricky problem for me! @breautek