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
This commit is contained in:
Eliot Berriot 2018-06-05 17:38:08 +00:00
commit bbfc48e630
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -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"