iPhone Web 应用程序 - 如何在浏览器中上传本地照片?
大家,我确实尝试过,但我不知道如何使用iPhone浏览器将照片从我的iPhone上传到服务器。我尝试过像这样的简单 HTML:
<input type="file" name="foto" />
但它不起作用。有人可以帮助我吗?
如果有帮助的话,我会使用 jQuery 和 jQTouch 库。
Everyone, I have really tried, but I can't find out how to upload photos from my iPhone to a server with the iPhone browser. I have tried with simple HTML like this:
<input type="file" name="foto" />
but it doesn't work. Can somebody help me?
I use the jQuery and jQTouch libraries if that helps.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在网络应用程序中不可能。在本机 iPhone 应用程序中使用 UIImagePicker
Not possible in a web app. Use UIImagePicker inside a native iPhone app