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

前端 未结 8 2342
轮回少年
轮回少年 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条回答
  •  旧时难觅i
    2020-12-31 20:54

    I don't think this is possible because accessing the local file system is a terrible security risk.

提交回复
热议问题