Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
aemkei
How to Save Canvas Data to File - Stack Overflow - http://stackoverflow.com/questio...
Here is a literal example of how to save canvas data to a file in Nodejs. The variable img is a string generated by canvas.toDataURL(). I've assumed you already know how to POST that string from the browser to your Nodejs server. - aemkei