What I m trying to do is get a count of selected files in dropzone before upload them.
var count= myDropzoneNST.getAcceptedFiles().length;
var count= myDropzoneNST.files.length;
will give you the total number of files in your dropzone.