Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13101] Mobile Web: properties 'file' and 'nativePath' are not set when Blob is returned from HTTPClient

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T18:43:03.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterYaroslav Pidstryhach
AssigneeChris Barber
Created2013-01-23T13:15:23.000+0000
Updated2018-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

FileDateSize
HttpClient.zip2013-01-23T14:42:40.000+00003693756

Comments

  1. Eduard Serdyuk 2013-01-23

    Demo project has been attached
  2. Lee Morris 2017-06-26

    Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
  3. Eric Merriman 2018-04-04

    Closing as will not fix.

JSON Source