ok, here's the problem I hope someone has a solution because going to every PC and mapping drives isn't going to work well...
I have two servers, one running IIS, the other is a internal file server. I've written a script that takes test info, and displays it back so people in the yard can see it. Now they want pictures of the tests on the test page.
The pictures are stored in one of two directories on the file server (everything is internal). I don't want to install IIS on the file server for obvious reasons. I can map a drive to the file server and reference the image using t:\imagename.ext (that works but it's going to be a pain having to map all those drives)
I'd like to use the FSO object, get the image, and display it that way. I figure I'm going to have to spit out a raw binary stream, but haven't figured out how.
any help? Or does anyone know a way to check to see if the drive is mapped, and if its not, map it on the user's system.
Scott Heath
AIM: orange7288
I have two servers, one running IIS, the other is a internal file server. I've written a script that takes test info, and displays it back so people in the yard can see it. Now they want pictures of the tests on the test page.
The pictures are stored in one of two directories on the file server (everything is internal). I don't want to install IIS on the file server for obvious reasons. I can map a drive to the file server and reference the image using t:\imagename.ext (that works but it's going to be a pain having to map all those drives)
I'd like to use the FSO object, get the image, and display it that way. I figure I'm going to have to spit out a raw binary stream, but haven't figured out how.
any help? Or does anyone know a way to check to see if the drive is mapped, and if its not, map it on the user's system.
Scott Heath
AIM: orange7288