Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,
I need to take signature using canvas signature pad in asp.net and saved signature as image in file. how to do?
please help me.
Posted
Updated 13-Nov-17 1:28am

1 solution

HTML5 canvas element has a toDataUrl method that can create the (base54 encoded) binary of the content of your canvas...
https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement.toDataURL[^]
 
Share this answer
 

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