Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-271] Using Filesystem files with Other APIs

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-07-25T11:42:46.000+0000
Affected Version/sn/a
Fix Version/sBacklog
ComponentsiOS
Labelsfeature, filesystem, ios
ReporterNolan Wright
AssigneeBlain Hamon
Created2011-04-15T02:26:27.000+0000
Updated2011-07-25T18:00:01.000+0000

Description

We need to ensure that Filesystem API files can be used with any of our other relevant APIs:

  • saveToPhotoGallery
  • createImageView
  • createVideoPlayer
  • createSound

so any file that we read in or write out (then read in again) should work with the above APIs assuming the file is the proper format.

Comments

  1. Blain Hamon 2011-04-15

    Notes to self: Sounds like a javascript file object should be treated as a special json item on the native side, wrapping it up as a file-type NSUrl.

    We should probably also allow for blobs, where the blobs will write to a temporary folder if necessary.

  2. Stephen Tramer 2011-04-15

    Still valid, bumping into TBS.

  3. Vikramjeet Singh 2011-07-25

    Issue not valid. Relevant Supporting APIs exist in MobileSdk 1.7.2

JSON Source