apigee / IgniteEngine-iOS

A platform for rapidly building native mobile applications using declarative JSON.
https://ignite.apigee.com
Other
21 stars 14 forks source link

Images and multipart uploads need to support binary data and setting MIME type #88

Open brandonscript opened 9 years ago

brandonscript commented 9 years ago

Currently you can only reference images by path. The camera control has to save the image to assets in order to have the photo accessed, and the multipart uploading only supports file urls.

Todo:

brandonscript commented 9 years ago

Partially complete via assets-library urls. Does not support direct binary data yet.