Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top