What I m trying to do is get a count of selected files in dropzone before upload them.
var count= myDropzoneNST.getAcceptedFiles().length;
I can get a count of uploaded files using this line, but What I m trying to do is to get count of selected valid files before upload them.