Import/Export HTML5 localStorage data
Posted
by hamen
on Stack Overflow
See other posts from Stack Overflow
or by hamen
Published on 2010-05-16T21:41:05Z
Indexed on
2010/05/16
22:00 UTC
Read the original article
Hit count: 342
Hi all, I'm working on a simple TODO list app based on localStorage HTML5 feature:
http://hamen.github.com/webnotes/
I'm wondering if it's possible to import/export data in some way. How could I provide an "Export note/Import note" feature to make users being able to save their note on their HD and import them in another browser profile?
Thanks
© Stack Overflow or respective owner