Display number of selected files in upload form

TDH

New Member
I am using \[code\]<input type="file" name="upload_attachment[]" class="buttonupload" multiple/> \[/code\]to upload and process files on one HTML form. Is there a simple way with js/jquery to display number of selected files when someone selects the files from browse button?
 
Back
Top