Get all images from local folder

后端 未结 2 675
走了就别回头了
走了就别回头了 2021-01-02 06:23

I need a way to get all the images from a local folder for a presentation that will also run locally. There will be no attempt for a server to take the images from a local f

2条回答
  •  灰色年华
    2021-01-02 07:15

    I think your best option is to use the new File API in Javascript. Is has a lot of functions to read files from the file system.

    
    
    

    (code from here)

    You can find a good explanation and helpful code here.

提交回复
热议问题