I'm looking for some advice on the best practice for uploading multiple images to a server via Phonegap. Currently I have an app that will open the camera, take a picture, and then upload that as base64 data along with other form data via POST. I would like to allow uploading of 3 images with the form data. Any suggestions?
Asked
Active
Viewed 1,541 times
0
-
http://stackoverflow.com/questions/13738194/multiple-images-upload-in-android-asynchronously-using-phonegap Same question with answer – Garry Feb 13 '13 at 22:36
-
I'm not looking to do it with android. Just javascript for a web app wrapped in Phonegap for iOS – Ben Feb 14 '13 at 01:24