Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi!
I've a html page that has a canvas on it. I'm trying to convert canvas to image. Actually it works when its on local IIS server.
However , it doesnt work when i run it as a independent hmtl file. When i debugged it on google chrome i get following exception.

Line:
JavaScript
var strData = oScaledCanvas.toDataURL("image/png")

Exception : Uncaught Error: SECURITY_ERR: DOM Exception 18

I guess, canvas has some security restrictions.
My question is , how can avoid this exception ?
Or how can i convert canvas on local html file to image ?
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900