Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/119.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
iOS崩溃使用';捕获';音频上传上的HTML属性_Html_Ios - Fatal编程技术网

iOS崩溃使用';捕获';音频上传上的HTML属性

iOS崩溃使用';捕获';音频上传上的HTML属性,html,ios,Html,Ios,输入正确打开用户音频上传选项的html——但不显示录制选项 <input type="file" name="audio_upload" accept="audio/*" required /> 下面是一段代码片段供您自己尝试: <input type="file" name="audio_upload" accept="audio/*" capture required />

输入正确打开用户音频上传选项的html——但不显示录制选项

<input type="file" name="audio_upload" accept="audio/*" required />

下面是一段代码片段供您自己尝试:


<input type="file" name="audio_upload" accept="audio/*" capture required />