1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Issue #2040 - Max-upload-size pref is now respected by the Media-Manager.

This commit is contained in:
Cameron
2016-11-17 12:34:09 -08:00
parent 87487bfaf7
commit 6f24cbb997
2 changed files with 5 additions and 2 deletions

View File

@@ -540,7 +540,7 @@ $(document).ready(function()
// General settings
runtimes : "html5,html4",
url : upath,
max_file_size : "20mb",
max_file_size : $("#uploader").attr("data-max-size"),
chunk_size : "1mb",
unique_names : false,