简体   繁体   English

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

[英]iPhone web app - How to uploade local photos in browser?

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. 每个人,我都已经尽力了,但是我不知道如何使用iPhone浏览器将照片从iPhone上传到服务器。 I have tried with simple HTML like this: 我已经尝试过像这样的简单HTML:

<input type="file" name="foto" />

but it doesn't work. 但这不起作用。 Can somebody help me? 有人可以帮我吗?

I use the jQuery and jQTouch libraries if that helps. 如果有帮助,我会使用jQuery和jQTouch库。

Not possible in a web app. 在网络应用中无法实现。 Use UIImagePicker inside a native iPhone app 在本机iPhone应用程序中使用UIImagePicker

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM