Try and get media uploading working again

This commit is contained in:
Jonny Barnes 2017-07-20 10:39:58 +01:00
parent f2b6beb3b8
commit fbf937102e
3 changed files with 7 additions and 5 deletions

View file

@ -90,9 +90,8 @@
<div>
<label for="media" accesskey="m">Media: </label>
<input type="file"
accept="audio/*,video/*,image/*,application/pdf,.md"
value="Upload"
name="file[]"
name="files[]"
id="media"
multiple
>