how to upload file using android phonegap?

前端 未结 3 1753
日久生厌
日久生厌 2021-01-18 14:49

I created application using android phonegap. I want to upload file ((i.e. when I click upload button file selection dialog box will open, then I select the file then click

3条回答
  •  北恋
    北恋 (楼主)
    2021-01-18 14:57

    The above answer should help you. I got also a similar problem with you, it is solved as I put the fileuploader.js inside the asset/www/ folder and give a reference to it in the index.html file.

提交回复
热议问题