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:
@@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user