Another feature that IOS 6 brings to Safari is file upload, finally safari finally supports the file type of input box, and also supports HTML media capture.
Upload a single photo or video
You can choose to take a direct photo or photography, or choose from a photo album. When selected, Safari and other browsers on IOS are different than the temporary name of the picture.
Upload multiple photos or videos
If you want to upload more than one image at a time, you can use HTML5 a multiple
boolean attribute called, but you can't use the camera at this time .
Set to upload only images or videos
We can't use it for example capture="camcorder"
to force a camera, but we can accept
set it up by properties we just want to take pictures or videos:
Safari File Upload feature summary
In addition to images and videos, Safari does not support other file uploads, such as audio, PDFs, or direct online video.
After selecting photos and videos, of course the uploaded files are processed using the server language, which is not the case here.
IOS's Safari file upload feature