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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -