Caching Images on the clients Machine
Posted: Fri Jun 09, 2006 4:56 am
Hi
Forgive me its my fist time posting on forum.... trying to explain a problem in writing!
I am using and image viewer plugin to view tif files via a web browser. It can only use paths like "C:\image\test.tif" to view the files.... the problem that i have is that i need to download the images on to the client machine when a request is made for viewing that image and the client can view the image via the browser.... please note i tried using other paths such as http://test.com/image/test.tif .....
it doesnt use the http protocol please note i cant use any other plugin hence i need to find out how i can cache images locally......
basically what i want to do is when a request is made for an image i download it to the client and set the path for the viewer to the local machine and then when the viewer is loaded on the browser it can use the local image for viewing?
Forgive me its my fist time posting on forum.... trying to explain a problem in writing!
I am using and image viewer plugin to view tif files via a web browser. It can only use paths like "C:\image\test.tif" to view the files.... the problem that i have is that i need to download the images on to the client machine when a request is made for viewing that image and the client can view the image via the browser.... please note i tried using other paths such as http://test.com/image/test.tif .....
it doesnt use the http protocol please note i cant use any other plugin hence i need to find out how i can cache images locally......
basically what i want to do is when a request is made for an image i download it to the client and set the path for the viewer to the local machine and then when the viewer is loaded on the browser it can use the local image for viewing?