Hey everyone, I am using the Black ice active X control to display tiff images on a website.
I started testing this on a vista machine and think there is an issue with permissions. The active X downloads the tiff to the C:\\test.tiff location. However, it will not work.
I tried
But this did not work. Does anyone have any ideas on how to reference the TEMP directory, which should have the correct permissions.
I started testing this on a vista machine and think there is an issue with permissions. The active X downloads the tiff to the C:\\test.tiff location. However, it will not work.
Code:
var LocalFile="c:\\test.tif";
I tried
Code:
var LocalFile="%TEMP%\test.tif";
But this did not work. Does anyone have any ideas on how to reference the TEMP directory, which should have the correct permissions.