Is there any possible way to save an image, into HTML5 persistant storage? Doing all work required to break the image into - say, a byte array, client side?

link|improve this question

I'm no expert in localstorage but wouldn't it be sounder to just store the url of the image in localstorage rather than the image itself? It seems to me it shouldn't be used that way, and I think you have very limited space for security reasons. EDIT: Apparently it's 5mb of storage. – Trufa Oct 13 '11 at 8:44
how would i store the URL to the image if it hasnt been uploaded... This is for mobile devices by the way... – Graeme Leighfield Oct 13 '11 at 9:33
It is detailed here: stackoverflow.com/questions/9840957/… – Peter Aron Zentai Mar 27 at 14:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.