使用 HTML 上传 iPhone 文件

发布于 2024-11-03 10:46:59 字数 135 浏览 0 评论 0原文

有没有任何方法可以在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

晒暮凉 2024-11-10 10:46:59

对于 iOs 6 或更高版本,这是可能的 (http://www.apple.com/ios /whats-new/#safari)。浏览器呈现

<input type="file">

并单击“选择文件”会提示用户拍摄新照片或从照片库中选择现有照片。

This is possible with iOs 6 or greater (http://www.apple.com/ios/whats-new/#safari). The browser renders

<input type="file">

and clicking on "Choose File" prompts the user to take a new photo or choose existing from the photo library.

世界等同你 2024-11-10 10:46:59

无法使用纯 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.

软糖 2024-11-10 10:46:59

我今天也遇到了同样的问题。替代浏览器 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文