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

I found about 1 week. Help me. Tvt

+3
source share
3 answers

Suppose we WAAAAAAY have passed the relevance of this post, but it's nice to know that iOS6 allows <input type="file" />and allows you to select files from your camera roll.

+12
source

iPhone Safari does not support file downloads.

This is because iOS does not have a file concept at the user interface level. A limitation of the user interface is a limited user file system through which files can be manually exchanged between applications.

. ( )

+8

Agreed iOS 6.X solved this problem here, you will find the code, screenshots and technical limitations. ie: restrictions (ie> support for audio files, support for live streaming video)

iOS 6 New Features (supporting input type file)

enter image description here

+6
source

Source: https://habr.com/ru/post/1760254/


All Articles