Phonegap 文件传输不起作用
我正在使用phonegap & jquery 开发一个简单的 iPhone 应用程序。 我正在尝试将图像从我的 iPhone 上传到我的远程服务器。
我尝试使用phonegap FileTransfer 来做到这一点,但实际上什么也没有发生。 成功回调和错误回调都没有被调用。 我什至尝试复制/粘贴上面链接中的示例,得到相同的结果。 没有回调被调用,当然也没有任何东西上传到服务器。 甚至没有向服务器发送请求。
有什么想法或推荐的解决方法吗?
I am using phonegap & jquery to develop a simple iphone app.
I am trying to upload images from my iphone to my remote server.
I tried to do it using phonegap FileTransfer but nothing actually happens.
Neither the success nor the error callbacks are being called.
I even tried Copy/Paste the the example in the above link with the same results.
No callback is being called and of course, nothing is uploaded to the server.
There wasn't even a request sent to the server.
Any ideas or recommended workarounds?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用文档中的示例,您很可能需要更改 PhoneGap.js 的链接以包含您已下载的 PhoneGap 的版本号。
If you are using the sample from docs you will most probably need to change the link to PhoneGap.js to include the version number of PhoneGap you have downloaded.