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 8e27059 commit f53102fCopy full SHA for f53102f
jquery.form.js
@@ -314,10 +314,7 @@ $.fn.ajaxSubmit = function(options) {
314
s.data = null;
315
var beforeSend = s.beforeSend;
316
s.beforeSend = function(xhr, o) {
317
- /*
318
- for multiple file upload, we don't get individual progress for each file.
319
- I am splitting the file upload. So I need option in plugin to send FormData().
320
- */
+ //Send FormData() provided by user
321
if (options.formData)
322
{
323
o.data = options.formData;
0 commit comments