Skip to content

Commit f53102f

Browse files
author
Ravishanker Kusuma
committed
modified comment
1 parent 8e27059 commit f53102f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jquery.form.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,7 @@ $.fn.ajaxSubmit = function(options) {
314314
s.data = null;
315315
var beforeSend = s.beforeSend;
316316
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-
*/
317+
//Send FormData() provided by user
321318
if (options.formData)
322319
{
323320
o.data = options.formData;

0 commit comments

Comments
 (0)