Uploading Images
Ok, i've got photo gallery to return an image object, is it possible to post this to a PHP script using XHR??
var image;
Titanium.Media.openPhotoGallery({
    success:function(event)
    {
image = event.media;
});
1 Answer
- 
				
					Hi, Check the demo in the KitchenSink app in Platform > XHR > File Upload