diff --git a/js/jquery.fileupload.js b/js/jquery.fileupload.js index 9819d10ec..6f288dcfb 100644 --- a/js/jquery.fileupload.js +++ b/js/jquery.fileupload.js @@ -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