I have a web application C#/HTML and I must pass an image from js --> C#.
The command I use is canvas.toDataURL('image/png')
but the system got in crash.
I use IE10.
Is there any suggest?? Thanks...
[UPDATE] Scuse me..I have a setTimeout to delay the call.When timer elapsed, the error is
Uncaught TypeError: undefined is not a function
It seams like a variable visibility. Is it possible?