Re: Downloading a jpg and gif files
Posted By:
Randhir_B
Posted On:
Thursday, March 14, 2002 01:07 PM
You can not automatically stop the browser and open/download the file on the client drive. This is against the security policy. Having a HREF onto JPEG will also not help. JavaScript probably does not offer a solution.
You have to write server side code in whatever language to download the file explicitly.