手机端file限制只能选择图片、视频、音频,直接打开摄像头拍照或录像

限制只能选择图片html

 

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



 

限制只能选择视频ide

 

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

 

 

限制只能选择音频spa

 

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

 

 

 

直接打开摄像头拍照code

 

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



 

直接打开摄像头录像视频

 

<input type="file" accept="video/*" capture="camera">
相关文章
相关标签/搜索