We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572b318 commit a8b9819Copy full SHA for a8b9819
app/assets/javascripts/jquery-fileupload/jquery.fileupload.js
@@ -125,7 +125,7 @@
125
limitMultiFileUploadSizeOverhead: 512,
126
// Set the following option to true to issue all file upload requests
127
// in a sequential order:
128
- sequentialUploads: false,
+ sequentialUploads: true,
129
// To limit the number of concurrent uploads,
130
// set the following option to an integer greater than 0:
131
limitConcurrentUploads: undefined,
0 commit comments