Quickly what I want to do is this.
Take a snapshot of the canvas.
Set AJAX Response to BinaryData
Request CanvasSnapshot
The above is all shown in the taking a screenshot example. What I want to do is:
Create a new folder in the project under Files called screenshots.
Save CanvasSnapshot to the above folder.
Thanks.