HTML Canvas and saving the data on the server
Posted
by snitko
on Stack Overflow
See other posts from Stack Overflow
or by snitko
Published on 2010-03-01T10:23:19Z
Indexed on
2010/05/22
16:30 UTC
Read the original article
Hit count: 211
Say I've written a simple app that draws circles in browser. Now I'd like to let people save their pictures. How would I store the data on the server? Which format would be the best option? Should I simply store the relevant html? What would be the case when I would want to make a custom format that is stored on the server and parsed back to html canvas when loaded?
© Stack Overflow or respective owner