Results 1 to 2 of 2

Thread: Javascript + Temp Dir + Black Ice activeX

  1. #1
    Join Date
    Aug 2007
    Location
    Ft Myers, FL
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Javascript + Temp Dir + Black Ice activeX

    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.

    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.

    If i change the variable to

    Code:
    var LocalFile="test.tif";
    This puts the file on the desktop (which i dont want), but will now work in vista.... anyone have any ideas.

  2. #2
    Join Date
    Aug 2007
    Location
    Ft Myers, FL
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If anyone has any ideas.. I am going crazy searching around with no luck.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •