Skip to content Skip to sidebar Skip to footer

Phonegap Filetransfer

In my android application I want send request to the server and upload the photo. Here is my code function uploadPhoto(imageURI) { var options = new FileUploadOptions(); o

Solution 1:

Support for setting headers in FileTransfer will be included in the 1.9 release. Expect this to be out near the end of June.

Solution 2:

Simon is this functionality in the 1.9.0rc1? This is something we really need at the moment for uploading images to twitter.

Post a Comment for "Phonegap Filetransfer"