Hi all
I have a web site that contains alot of images, I want to transfer all those images from the server
to the client's pc when the website loaded the first time
Then next times when the user opens the website, I want the images to be loaded directly
from his pc ( temp folder for example). If not found, loads from the server and so on
The website is C#.net 2003
Does any one can show me how to do that
Thnx in advance
Habeba KhaledPosted Oct 27, 2008, 3:55 AM
Thanx alot, Kertan
but is there any case where the web browser doesn't
save those files by default ?
I'm using IE
Regards,
Kirtan PatelPosted Oct 24, 2008, 11:41 PM
mostly every Web Browser hase some memory called cache that stores images and other files that is needed for Openinf The Web page but its only available till user clears History and Offline WebSiteData
You dont need to do anything with your Website for That :-)
Hope this will be HelpFul for you .
Happy Coding :-)