Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 310 Bytes

File metadata and controls

13 lines (9 loc) · 310 Bytes

Forms

Contents

Mobile file capture

<input type="file" accept="image/*;capture=camera" />
<input type="file" accept="video/*;capture=camrecorder" />
<input type="file" accept="audio/*;capture=microphone" />