how can upload mp3 file to the server(xxampp) by using phonegap.?

前端 未结 1 1802
醉话见心
醉话见心 2020-12-19 19:41

Please suggest me how can upload audio file to the server by using phonegap.?

I want to make a file browse option by which user provide the location

相关标签:
1条回答
  • 2020-12-19 20:29

    You can POST a file to your server from PhoneGap, here's the api with a pretty solid example:

    http://docs.phonegap.com/phonegap_file_file.md.html#FileTransfer

    Then you can use PHP (or anything else) to pick up that POST and do whatever you want, save data as sql, write files, etc.

    0 讨论(0)
提交回复
热议问题