javascript - Upload Image to localStorage -
javascript - Upload Image to localStorage -
i'm curious if it's possible upload image straight localstorage (for chrome extension).
yes.
but store image there, not upload it. you should careful image size. safe maximum size around 500 kb, , around 2mb guaranteed crash, when effort load it. javascript google-chrome base64 local-storage
Comments
Post a Comment