diff options
Diffstat (limited to 'core/views/simple_uploader.html.php')
-rw-r--r-- | core/views/simple_uploader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/simple_uploader.html.php b/core/views/simple_uploader.html.php index 16ca0d0b..604e3a5b 100644 --- a/core/views/simple_uploader.html.php +++ b/core/views/simple_uploader.html.php @@ -73,7 +73,7 @@ file_size_limit : "100 MB", file_types : "*.gif;*.jpg;*.png;*.flv;*.mp4", file_types_description : "<?= t("Photos and Movies") ?>", - file_upload_limit : 100, + file_upload_limit : 1000, file_queue_limit : 0, custom_settings : { }, debug: false, |