How can one use <input type='file'> in Safari on iPhone?
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)
精彩评论