Last Updated: February 25, 2016
·
911
· jackilyn

iOS 6 File Uploads

<!-- To let users take a picture from your web app, you’d use a file input tag something like this: -->

<input type="file" accept="image/*" capture="camera">

<!-- others -->

<input type="file" accept="video/*" capture="camcorder">

<input type="file" accept="audio/*" capture="microphone">