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:
commit
bbfc48e630
|
@ -0,0 +1 @@
|
|||
Removed hardcoded size limit in file upload widget (#275)
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue