breautek commented on issue #328: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/328#issuecomment-2086257432
Thanks, I think that suggests that your server end-point is indeed sending the `Content-Length`. It looks like the screenshot is from a debug window on your native server application. If possible can you hit your API with a standard browser, (or use a tool such as Postman) and confirm that the `Content-Length` makes it through to the client? If it's missing by the time it reaches the standard browser/postman, then the header could be getting lost between the client and the server application and would explain why the client won't have a computable length. If it's also present in postman, then Cordova **should** be receiving it as well. In this case, please let us know what platforms you're observing this issue (Android, iOS, etc..) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org