Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 0b6c3b7

Browse files
committed
Merge pull request #3399 from Herst/patch-1
XHR timeout disabled is required for file uploads.
2 parents 7d46990 + 81f5f9b commit 0b6c3b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/jquery.fileupload.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@
277277
// The following are jQuery ajax settings required for the file uploads:
278278
processData: false,
279279
contentType: false,
280-
cache: false
280+
cache: false,
281+
timeout: 0
281282
},
282283

283284
// A list of options that require reinitializing event listeners and/or

0 commit comments

Comments
 (0)