upload: Add/enable uploadStarted option in jquery-filedrop plugin.

We were missing it but it is added in the upstream, so just added it
at the appropriate place in plugin code(in the upstream there is some
code refactoring but this seems to be the most appropriate place).
This commit is contained in:
Shubham Dhama
2018-04-14 13:36:25 +05:30
committed by Tim Abbott
parent 0fb13eed2f
commit 9d575ffd1c

View File

@@ -546,7 +546,7 @@
index: e.target.index };
do_xhr(fileName, fileData, file.type, extra_opts, "", finished_callback, on_error);
opts.uploadStarted(index, file, files_count);
};
// Initiate the processing loop