How to save an image to localStorage and display it on the next page?

后端 未结 7 2159
逝去的感伤
逝去的感伤 2020-11-22 07:31

So, basically, I need to upload a single image, save it to localStorage, then display it on the next page.

Currently, I have my HTML file upload:

<         


        
7条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-22 08:04

    I wrote a little 2,2kb library of saving image in localStorage JQueryImageCaching Usage:

    
    
    

提交回复
热议问题