简体   繁体   中英

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. For some reason the "choose file" button appears but seems unclickable on the iphone browser only. 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.

Please help

you can't use that functionality on the 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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