I'm using WebMatrix. I uploaded a abc.doc file to a folder. A hyperlink is created to download the file. Example: <a href="~/uploads/StudyMaterial/abc.doc">
.
When I click on the link, the file will be downloaded with name abc.doc. How can I rename it to Hello.doc when downloading the file?