Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit de584c7

Browse files
committed
add data argument from options when calling ajaxUplaod
1 parent 85e9f87 commit de584c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/uploader/uploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function uiUploader($log) {
3737
}
3838
if (self.files[i].active)
3939
continue;
40-
ajaxUpload(self.files[i], self.options.url);
40+
ajaxUpload(self.files[i], self.options.url, self.options.data);
4141
}
4242
}
4343

0 commit comments

Comments
 (0)