Jump to content

Local Storage Size Increase


saaimurugan

Recommended Posts

Dear All

 

I am trying to save some images in the browser’s local storage, but as the image size is more, the local storage is exhausted. Please let me know, is there a way to increase the Local Storage size programmatically using Java Script.

 

As I am doing this for a ePub I am not sure on the other storage methods.

 

Thanks

Saai Murugan

 

 

Link to comment
Share on other sites

The limit isn't part of the specification, and some browsers will prompt you when it's full and ask if you want to increase it. I've seen Opera do that. Others might have options that allow the user to configure the limit. There's some discussion about it here:http://stackoverflow.com/questions/2989284/what-is-the-max-size-of-localstorage-values

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...