使用 HTML 上传 iPhone 文件
有没有任何方法可以在iPhone/iPod Touch上的Safari中使用?或者我可以在浏览器中使用类似的东西?我想使用浏览器将照片从设备上传到我的数据库。
Is there any way to use <input type="file">
in Safari on iPhone/iPod Touch? Or is there something similar that I can use inside the browser? I want to upload a photo from the device to my database using the browser.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 iOs 6 或更高版本,这是可能的 (http://www.apple.com/ios /whats-new/#safari)。浏览器呈现
并单击“选择文件”会提示用户拍摄新照片或从照片库中选择现有照片。
This is possible with iOs 6 or greater (http://www.apple.com/ios/whats-new/#safari). The browser renders
and clicking on "Choose File" prompts the user to take a new photo or choose existing from the photo library.
无法使用纯 XHTML/javascript 完成,因为 Safari 不支持上传。请参阅上一个问题获取上传照片的解决方案。
Can't be done with plain XHTML/javascript as Safari does not support uploads. See this previous question for a potential workaround solution to upload photos.
我今天也遇到了同样的问题。替代浏览器 iCab Mobile 支持文件上传。我在 iPad 上安装了它,(至少对我来说)文件上传工作正常。
I had the same problem today. The alternative browser iCab Mobile does support file uploads. I got it for my iPad and (at least for me) file upload works fine.