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

Commit

Permalink
Merge pull request #3399 from Herst/patch-1
Browse files Browse the repository at this point in the history
XHR timeout disabled is required for file uploads.
  • Loading branch information
blueimp committed Jun 1, 2015
2 parents 7d46990 + 81f5f9b commit 0b6c3b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/jquery.fileupload.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@
// The following are jQuery ajax settings required for the file uploads:
processData: false,
contentType: false,
cache: false
cache: false,
timeout: 0
},

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

0 comments on commit 0b6c3b7

Please sign in to comment.