[AC-400] HTTPClient POST request with file doesn't work on Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-11-11T18:45:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | 5.0.0.GA |
Reporter | David Vermeir |
Assignee | Mostafizur Rahman |
Created | 2015-09-29T08:21:41.000+0000 |
Updated | 2015-11-11T18:45:11.000+0000 |
Description
When trying to do a POST request in Titanium 5.0.0GA, it works as long as you don't include a file. As soon as a file is included the body of the POST is empty on arrival on the server but the file is still there. This issue only seems to occur on Android, iOS has no problems.
I've posted this issue on the Community Q&A and other users seem to be having the same problems.
Hi , I tested the issue you reported . I can't reproduce it .HTTPClient POST request with file is working fine for me . *Test Code*
Environment
Thanks