How to get the contents of the directory from local PC in javascript

前端 未结 8 2348
轮回少年
轮回少年 2020-12-31 20:13

How to get the contents of the directory from local PC in javascript/jQuery? For example from C:\\Images

8条回答
  •  不思量自难忘°
    2020-12-31 20:39

    Now, some years later, accessing to local files works fine in Chrome AND Firefox (52.8, but update Firefox is easy). It works also with IE 11.

    
    
    
    
    files
        
        
    
    
    
    
    
    

提交回复
热议问题