錄像
1. 錄像
<input type="file" accept="video/*" capture="camcorder">
2. 錄像加從視頻庫(kù)選取
<input type="file" accept="video/*" capture="camcorder" multiple="1">
3. 從視頻庫(kù)選取
<input type="file" accept="video/*" multiple="1">
拍照
1. 拍照
<input type="file" accept="image/*" capture="camera">
2. 拍照加從相冊(cè)選取
<input type="file" accept="image/*" capture="camera" multiple="1">
3. 從相冊(cè)選取
<input type="file" accept="image/*" multiple="1">
錄音
<input type="file" accept="audio/*" capture="microphone">