Merge branch '275-size-error-upload' into 'develop'

Resolve "Uploading a big file via the web up fail without sending anything (Size error)"

Closes #275 and #276

See merge request funkwhale/funkwhale!229
merge-requests/237/head
Eliot Berriot 2018-06-05 17:38:08 +00:00
commit bbfc48e630
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Removed hardcoded size limit in file upload widget (#275)

Wyświetl plik

@ -9,7 +9,6 @@
:class="['ui', 'icon', 'left', 'floated', 'button']"
:post-action="uploadUrl"
:multiple="true"
:size="1024 * 1024 * 30"
:data="uploadData"
:drop="true"
extensions="ogg,mp3,flac"