Skip to content
Snippets Groups Projects
Commit bbfc48e6 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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
parents 08b6cf37 d0c7ff77
No related branches found
No related tags found
No related merge requests found
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment