How to tell Filepicker to upload file from a native input type=“file”?
问题 TASK: PhoneGap application uploading photos to filepicker. I managed to use Filepicker within the app. I managed to use other uploader with native input: http://blueimp.github.io/jQuery-File-Upload/ What didn't manage though is to upload to Filepicker using native (for iOS6) input type="file" <!DOCTYPE html> <html> <head> <title>Filepicker PhoneGap iOS6</title> </head> <script type="text/javascript" src="cordova-2.2.0.js"></script> <script type="text/javascript" src="jquery.min.js"></script>