Store a picture in a cookie

前端 未结 4 681
野的像风
野的像风 2021-02-08 10:14

I would like to store a small profile picture of my users in their browser so that they can see their profile picture (in the login form) each time they log in (when they tick r

4条回答
  •  离开以前
    2021-02-08 11:06

    Store it in localStorage using JavaScript.

    https://web.archive.org/web/20160313121817/https://www.ibm.com/developerworks/mydeveloperworks/blogs/bobleah/entry/html5_code_example_store_images_using_localstorage57?lang=en

提交回复
热议问题