Download images from a website (HTML form) using an iOS device (iPad, iPhone)

I know there are other similar questions, but they seem to be at least a few years old.

I was wondering with updates for iOS, if possible, so that the user could upload the photo to the website in Safari. If so, how is this done? Through a standard HTML form?

+5
source share
1 answer

Yes, with iOS 6 you can upload photos from your camera roll using the standard HTML form. You can try it yourself on any site that allows you to upload images, for example http://fineuploader.com/demos.html

+7
source

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


All Articles