I have an HtmlInputFile object which allows a user to browse for a file to be uploaded. The file in question is always in the same place with the same name, so I was wondering if I can spare the user the hassle of browsing for the file by pre-filling the rendered input control... any ideas?
Tom
Tom