开发者

How can one use <input type='file'> in Safari on iPhone?

开发者 https://www.devze.com 2023-01-11 21:02 出处:网络
I w开发者_JAVA百科as find around 1 week.help me pls TvTGranted we\'re WAAAAAAY past the relevance of this post, but it\'s nice to know that iOS6 does allow <input type=\"file\" /> and will allow

I w开发者_JAVA百科as find around 1 week.help me pls TvT


Granted we're WAAAAAAY past the relevance of this post, but it's nice to know that iOS6 does allow <input type="file" /> and will allow you to select files from your camera roll.


iPhone Safari doesn't support file uploads.

This is because iOS doesn't really have the concept of a file, at the user interface level. It is an inherent limitation of the UI that there isn't a user-facing filesystem through which files may be manually exchanged between apps.

You would have to persuade the user to install a custom app to do it. (existing examples)


Agreed iOS 6.X solved this issue here you will find code, screenshots and tech limitations i.e: limitations (i.e> no audio files support, no live streaming video support)

iOS 6 New Features (supporting input type file)

How can one use <input type='file'> in Safari on iPhone?

0

精彩评论

暂无评论...
验证码 换一张
取 消