Skip to content

Commit 480a7c1

Browse files
committed
Increased JS Upload Limit To 3 MB Per Alxy's Findings
Fixes davzie#2 Signed-off-by: David Thorpe <[email protected]>
1 parent a0f9364 commit 480a7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/layouts/interface-edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
5656
// Setup some options for our Dropzone
5757
Dropzone.options.imageUploads = {
58-
maxFilesize: 3,
58+
maxFilesize: 5,
5959
init: function(){
6060
6161
// When a file has completed uploading, check to see if others are queueing, if not then submit the form

0 commit comments

Comments
 (0)