Skip to content

Commit 242c262

Browse files
committed
Update jquery.fileupload.js
1 parent 84c0563 commit 242c262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/jquery-fileupload/jquery.fileupload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
limitMultiFileUploadSizeOverhead: 512,
126126
// Set the following option to true to issue all file upload requests
127127
// in a sequential order:
128-
sequentialUploads: false,
128+
sequentialUploads: true,
129129
// To limit the number of concurrent uploads,
130130
// set the following option to an integer greater than 0:
131131
limitConcurrentUploads: 5,

0 commit comments

Comments
 (0)