Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

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;
});
— asked June 29th 2010 by Toby Hughes
  • iphone
0 Comments

1 Answer

  • Hi,

    Check the demo in the KitchenSink app

    in Platform > XHR > File Upload

    — answered June 29th 2010 by Kosso
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.