Skip to content

Commit f7b342c

Browse files
committed
remove maxfilesize in DropZone
1 parent 9554f0c commit f7b342c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

resources/views/controls/edit.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@
264264
url: '/doc/store',
265265
headers: { 'x-csrf-token': '{{csrf_token()}}'},
266266
params: function params(files, xhr, chunk) { return { 'control': '{{ $control->id }}' }; },
267-
maxFilesize: 10,
268-
// acceptedFiles: ".jpeg,.jpg,.png,.gif",
269267
addRemoveLinks: true,
270268
timeout: 50000,
271269
removedfile: function(file)

resources/views/controls/make.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@
288288
url: '/doc/store',
289289
headers: { 'x-csrf-token': '{{csrf_token()}}' },
290290
params: function params(files, xhr, chunk) { return { 'control': '{{ $control->id }}' }; },
291-
maxFilesize: 10,
292-
// acceptedFiles: ".jpeg,.jpg,.png,.gif",
293291
addRemoveLinks: true,
294292
timeout: 50000,
295293
removedfile: function(file)

0 commit comments

Comments
 (0)