iPhone Web 应用程序 - 如何在浏览器中上传本地照片?

发布于 2024-09-26 04:45:59 字数 202 浏览 0 评论 0原文

大家,我确实尝试过,但我不知道如何使用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 技术交流群。

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

发布评论

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

评论(1

巡山小妖精 2024-10-03 04:45:59

在网络应用程序中不可能。在本机 iPhone 应用程序中使用 UIImagePicker

Not possible in a web app. Use UIImagePicker inside a native iPhone app

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