[TIMOB-271] Using Filesystem files with Other APIs
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-07-25T11:42:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | feature, filesystem, ios |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:26:27.000+0000 |
Updated | 2011-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
- 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.
- Stephen Tramer 2011-04-15
Still valid, bumping into TBS.
- Vikramjeet Singh 2011-07-25 Issue not valid. Relevant Supporting APIs exist in MobileSdk 1.7.2