Page 1 of 1

IWCGJQHTML2Canvas doesn't save image with ISAPI

PostPosted: 01 Apr 2016 08:28
by scoluccia
Hi,
I use plugin html2canvas and I try to save a .png of a region with comand ConvertAndSaveAsPNG(Tcontrol, path).
When I compile my app in stand-alone the image is save in my path (es: IWServerController.ContentPath+'myimage.png'),
instead when i compile my app in ISAPI extension the command is executed, but a png file don't save, I tried with different path (\myimage.png; WebApplication.ApplicationURL\myimage.png; c:\inetpub\myimage.png )
Could it a problem of the component or what?
Best regards

Re: IWCGJQHTML2Canvas doesn't save image with ISAPI

PostPosted: 01 Apr 2016 09:59
by Alexander Bulei
Hi scoluccia,

I think the problem is in write permissions...
Try the temp folder.

Best Regards.

Re: IWCGJQHTML2Canvas doesn't save image with ISAPI

PostPosted: 01 Apr 2016 14:14
by scoluccia
I've tried also c:\temp but it still doesn't work I put all the privileges to all users

Re: IWCGJQHTML2Canvas doesn't save image with ISAPI

PostPosted: 04 Apr 2016 16:04
by scoluccia
I've found the problem the image is greater than 70k while if I put a small image it works