Check File exist in Folder using Javascript

后端 未结 4 739
灰色年华
灰色年华 2021-01-29 15:28

I want to check a file exist in folder. Below code is while i\'m trying to many times is not working.






        
4条回答
  •  半阙折子戏
    2021-01-29 15:58

    You can't access local files in modern web browsers. There is the HTML5 File API, but that involves direct user actions, you can't just use whatever files you please.

提交回复
热议问题