简体   繁体   English

iphone 浏览器中的 grocery crud 上传字段“不可点击”

[英]grocery crud upload field "unclickable" in iphone browser

So I have made a simple site for a friend using codeigniter and grocery crud v1.2, it works well for uploads in all browsers except when I try it on a iphone.因此,我使用 codeigniter 和 grocery crud v1.2 为朋友创建了一个简单的网站,它适用于所有浏览器的上传,除非我在 iphone 上尝试。 For some reason the "choose file" button appears but seems unclickable on the iphone browser only.由于某种原因,出现了“选择文件”按钮,但似乎仅在 iphone 浏览器上无法点击。 This means that the upload functionality doesn't work since it doesnt open the "choose file" dialog.这意味着上传功能不起作用,因为它不会打开“选择文件”对话框。 Any one notice this before?以前有人注意到这一点吗? Like i said it works fine on all desktop browsers and android + opera mini browser.正如我所说,它在所有桌面浏览器和 android + opera mini 浏览器上运行良好。

Please help请帮忙

you can't use that functionality on the iPhone.您不能在 iPhone 上使用该功能。 There's no way to access the phones filesystem from a browser.无法从浏览器访问手机文件系统。

You would need to create a native iPhone application to be able to upload files and even then you would be limited to certain filetypes and would not be able to browse the whole file system.您需要创建一个本地 iPhone 应用程序才能上传文件,即使这样您也会被限制为某些文件类型并且无法浏览整个文件系统。

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

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