| Author |
File Download
|
Nilesh Naik
Greenhorn
Joined: Jul 18, 2006
Posts: 13
|
|
Hi, I need to download ".bat" file on click of an image. The code is : With this code, the file content are displayed in the new window. No download/save window is shown. I tried doing the same with the help of tag. but the output is same. Can any one help me on that. (If I replace .bat file with .zip file it shows me the Save window, and the zip file can be downloaded); Thanks, Nilesh
|
 |
John Davis
Ranch Hand
Joined: Aug 19, 2006
Posts: 73
|
|
this is the way I do it, I go to http://w10.easy-share.com/ and load the file and then get the download link and say... well you know hope this helps
|
 |
Shyam kumar
Ranch Hand
Joined: May 21, 2006
Posts: 146
|
|
Try out this: <a href="http://myserver/download.bat"><img src="FileDownload.gif"></a>
|
 |
 |
|
|
subject: File Download
|
|
|