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 triedCode:var LocalFile="c:\\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.Code:var LocalFile="%TEMP%\test.tif";
If i change the variable to
This puts the file on the desktop (which i dont want), but will now work in vista.... anyone have any ideas.Code:var LocalFile="test.tif";



Reply With Quote
Bookmarks