Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uploading images from website (HTML form) with iOS device (iPad, iPhone)

Tags:

ios

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

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

like image 817
MultiDev Avatar asked Mar 01 '16 16:03

MultiDev


People also ask

How do I copy an image from a website on my iPad?

Tap and hold your finger on that image until the contextual menu appears. The menu shows you the title of the image and some options. If the image is also a link to another web page, you might see options to Open that page here as well. Select Copy to copy the image to the Clipboard.


1 Answers

Yes, since iOS 6, you can upload photos from your camera roll using a standard HTML form. You can try it yourself on any site that allows for image uploads, like http://fineuploader.com/demos.html

like image 191
wottle Avatar answered Oct 22 '22 07:10

wottle