I am developing application using Node.js. I want to capture image and store it in DataBase. If i use OPERA mobile 12.10 ,how can I use this with Node.js?
I would consider using PhantomJS. It is trivial to take screenshots of webpages with phantom (see this example: technews.js)
As a basic approach:
jQuery.post
)