Fix #276: Removed hardcoded size limit in file upload widget

This commit is contained in:
Eliot Berriot 2018-06-05 19:32:50 +02:00
parent a16bd2a409
commit d0c7ff77f6
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
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"