in reply to how to download/save the file from the link using Internet Explorer
You cannot force a download with straight HTML. Even if you use the link you've shown above, it cannot guarantee it will download the file. For example, the way my Firefox is configured, your link will open your .pdf in a new tab and not try to save it.
You can use JavaScript to do what you want. For an example, check out the script they use on SourceForge, which I've linked here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to download/save the file from the link using Internet Explorer
by afoken (Chancellor) on Oct 31, 2009 at 08:51 UTC |