Skip to content

Commit d316d66

Browse files
committed
Changed auto upload
1 parent 9ce97c3 commit d316d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/javascripts/jquery-fileupload/jquery.fileupload-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// By default, files added to the widget are uploaded as soon
4242
// as the user clicks on the start buttons. To enable automatic
4343
// uploads, set the following option to true:
44-
autoUpload: false,
44+
autoUpload: true,
4545
// The following option limits the number of files that are
4646
// allowed to be uploaded using this widget:
4747
maxNumberOfFiles: undefined,

0 commit comments

Comments
 (0)