Skip to content

Commit 78aeffe

Browse files
authored
Merge pull request #810 from brobey8/master
Issues with hanging on large file upload
2 parents ab6f99c + 84488e6 commit 78aeffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/index.blade.php

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

0 commit comments

Comments
 (0)