IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

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

Open brandonscript opened this issue 10 years ago • 1 comments

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:

  • Support for image storing binary data for presentation in Image control
  • Variable util for converting image to NSData
  • Multipart upload needs to support uploading binary data and multiple mime types

brandonscript avatar Apr 14 '15 21:04 brandonscript

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

brandonscript avatar Apr 15 '15 20:04 brandonscript