Phonegap android unable to upload image using fileTransfer

前端 未结 2 1334
长情又很酷
长情又很酷 2020-12-07 04:21

I\'m trying to capture an image using the camera and upload it to my AJAX endpoint. I\'ve confirmed that this endpoint can accept the file (I created a test HTML file on my

2条回答
  •  暖寄归人
    2020-12-07 05:09

    After puzzling a bit, it seems to me you can use the image uri directly....

    see my answer here: (this works for me on android):

    android phonegap camera and image uploading

提交回复
热议问题