Added maxfileLength check

Added maxfileLength check

I am new to jquery and so need some guidance/help.... 

I am using below plugin to enable multi-file upload...

everything is working fine as expected... but now  I need to make change to this query such that...  before the file shows up in the list there  is a check done on the length of the file name.  I f the file length is more than 60 char 
             1)  then don't include the file in the list
            2) alert user that file name is greater than allowed file name. 

What do I do...?
Where do I start. ?

Thanks in advance.