File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 146146 // If the singleFileUploads option is enabled, this callback will be
147147 // called once for each file in the selection for XHR file uploads, else
148148 // once for each file selection.
149+ //
149150 // The upload starts when the submit method is invoked on the data parameter.
150151 // The data object contains a files property holding the added files
151- // and allows to override plugin options as well as define ajax settings.
152+ // and allows you to override plugin options as well as define ajax settings.
153+ //
152154 // Listeners for this callback can also be bound the following way:
153155 // .bind('fileuploadadd', func);
156+ //
154157 // data.submit() returns a Promise object and allows to attach additional
155158 // handlers using jQuery's Deferred callbacks:
156159 // data.submit().done(func).fail(func).always(func);
You can’t perform that action at this time.
0 commit comments