This repository was archived by the owner on May 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 144
144
// The add callback is invoked as soon as files are added to the fileupload
145
145
// widget (via file input selection, drag & drop, paste or add API call).
146
146
// If the singleFileUploads option is enabled, this callback will be
147
- // called once for each file in the selection for XHR file uplaods , else
147
+ // called once for each file in the selection for XHR file uploads , else
148
148
// once for each file selection.
149
+ //
149
150
// The upload starts when the submit method is invoked on the data parameter.
150
151
// 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
+ //
152
154
// Listeners for this callback can also be bound the following way:
153
155
// .bind('fileuploadadd', func);
156
+ //
154
157
// data.submit() returns a Promise object and allows to attach additional
155
158
// handlers using jQuery's Deferred callbacks:
156
159
// data.submit().done(func).fail(func).always(func);
You can’t perform that action at this time.
0 commit comments