Skip to content

Commit 629798a

Browse files
Merge pull request #12 from FriendsOfREDAXO/max-filesize-100
allow 100 MB upload
2 parents d24b14b + 15d0714 commit 629798a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/fa-iconpicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ $(document).on('rex:ready', function (e, container) {
11681168
Dropzone.options.faPickerUpload = {
11691169
timeout: 120000,
11701170
maxFiles: 5,
1171-
maxFilesize: 50,
1171+
maxFilesize: 100,
11721172
acceptedFiles: ".zip",
11731173
// previewsContainer: "#previews",
11741174
clickable: true,
@@ -1322,4 +1322,4 @@ Dropzone.options.faPickerUpload = {
13221322
}
13231323
return false;
13241324
};
1325-
}));
1325+
}));

0 commit comments

Comments
 (0)