[TIMOB-13101] Mobile Web: properties 'file' and 'nativePath' are not set when Blob is returned from HTTPClient
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-06-26T18:43:03.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Yaroslav Pidstryhach |
| Assignee | Chris Barber |
| Created | 2013-01-23T13:15:23.000+0000 |
| Updated | 2018-04-04T23:20:28.000+0000 |
Description
*Reproduction steps*
* create an HTTPClient; set 'file' property of the HTTPClient to a desired path;
* perform an HTTP request;
* in the onLoad handler of the HTTPClient, 'responseData' is a Blob containing the result. Verify the 'file' and 'nativePath' properies of the Blob.
*Expected behavior*
* the 'file' property of the Blob is a valid Ti.FileSystem.File object;
* the 'nativePath' property of the Blob is a valid string.
*Actual behavior*
* the 'file' property is undefined;
* the 'nativePath' property is null.
Attachments
Demo project has been attached
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.