{ "id": "161448", "key": "AC-3959", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2016-07-27T17:32:40.000+0000", "created": "2016-06-29T18:09:10.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-07-27T17:32:40.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "try example code from your docs: http://docs.appcelerator.com/platform/latest/#!/guide/File_Uploads_and_Downloads\r\n\r\n\r\n{code:javascript}\r\nvar xhr = Titanium.Network.createHTTPClient({\r\n\tonload: function() {\r\n\t\tTi.API.info('PDF downloaded to applicationDataDirectory/test.pdf');\r\n\t},\r\n\ttimeout: 10000\r\n});\r\nxhr.open('GET','http://www.appcelerator.com/assets/The_iPad_App_Wave.pdf');\r\nxhr.file = Titanium.Filesystem.getFile(Titanium.Filesystem.applicationDataDirectory,'test.pdf');\r\nxhr.send();\r\n{code}\r\n\r\nxhr.file property doesn't work", "attachment": [], "flagged": false, "summary": "Windows: httpclient's file property doesn't work", "creator": { "name": "zozo4kin", "key": "zozo4kin", "displayName": "Zakhar Zhuravlev", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "zozo4kin", "key": "zozo4kin", "displayName": "Zakhar Zhuravlev", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [], "maxResults": 2, "total": 2, "startAt": 0 } } }