shamilovtim edited a comment on issue #198: Updated README for Android file uploads. URL: https://github.com/apache/cordova-plugin-file-transfer/pull/198#issuecomment-426068611 @janpio Thanks for your answer. I was trying to send a simple .jpg avatar from an Android application to our Flask REST API. This was succeeding without a clear error but no image resulted on the server. After lots of headache, I discovered it was this variable. At the time I could have explained better. However this link seems to describe the issue: https://stackoverflow.com/questions/12071266/how-do-i-explicitly-disable-chunked-streaming-mode-for-http-connections-in-andro. It seems this is related to POST requests? If the variable is not set, it seems as though the request completed but it did not. And checking the server shows the image was never actually transferred.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
