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

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

    it is not possible to have javascript-access to the local file-system from the browser, and this is good so!

提交回复
热议问题