You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
In my project :
with multi_selection: false
uploader.bind('FilesAdded', function (up, files) {
if (files.length >1) {
up.removeFile(files[0]);
}
// let file = files[0]; if you want to do something with file
uploader.start();
});
multi_selection false, select a other file, queue two files not one.
how can i clean the queue before file added
The text was updated successfully, but these errors were encountered: