How to get all the files name,size,type and date created from specified folder using javascript or jquery.
i.e :
var path = "d://files";
Please check this fiddle link. In this demo user can select a folder and get all the files name from that folder. Instead of choosing folder how to fetch directly from a specified path.