audio-recordings.cgi: add audio formats

This commit is contained in:
Milan
2020-12-15 13:15:43 +01:00
parent 55c47f774f
commit 10b92ada3f
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
<tr>
<td>Datei</td>
<td><input type="file" id="file" name="upload" size="20" accept="audio/mp3" maxlength="2000000000" /></td>
<td><input type="file" id="file" name="upload" size="20" accept="audio/*" maxlength="2000000000" /></td>
<td colspan="2" style="text-align:right;padding-right:0.5em;" id="uploadSize"></td>