Skip to content

Commit 84488e6

Browse files
author
ratbag
authored
Disable timeout in dropzone
I've updated the timeout to zero to disable it, I believe this should be the default option.
1 parent 259eb47 commit 84488e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
paramName: "upload[]", // The name that will be used to transfer the file
268268
uploadMultiple: false,
269269
parallelUploads: 5,
270-
timeout:100000,
270+
timeout:0,
271271
clickable: '#upload-button',
272272
dictDefaultMessage: lang['message-drop'],
273273
init: function() {

0 commit comments

Comments
 (0)