Forum Moderators: open
I noticed if I do this:
<a href="file.exe">Download</a>
It trys to save the file WITH an extension.
If I do this:
<form action="file.exe" method="link"><input type="submit" value="Download"></form>
It trys to save the file WITHOUT an extension.
I want to use a link button, but it's not saving with an extension. Any ideas?
Maybe you should use Firefox instead of internet exploiter. ;)
In windows though go to any folder (windows key + E will bring up windows explorer) and click the TOOLS menu and then FOLDER OPTIONS. Next click on the VIEW tab and then uncheck the box for HIDE EXTENSIONS FOR KNOWN FILE TYPES.
Hopefully this will resolve your issue.