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

前端 未结 8 2343
轮回少年
轮回少年 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:48

    here you can read local files by html5 and javascript using the file APIS

    http://www.html5rocks.com/en/tutorials/file/dndfiles/

提交回复
热议问题