Forum: ASP.NET Apr 13th, 2007 |
| Replies: 14 Views: 4,938 |
Forum: ASP.NET Apr 12th, 2007 |
| Replies: 14 Views: 4,938 Re: Downloading a file I tried this code. But I am getting the following errors:
'C:\AddlDocs\vidhyavee_1imp.txt' is not a valid virtual path.
Description: An unhandled exception occurred during the execution of the... |
Forum: ASP.NET Apr 11th, 2007 |
| Replies: 14 Views: 4,938 Re: Downloading a file I have already done the authentication part. I now have the full path to the file on the web server in a string. I dont know what the code to download the file should be. I already tried some things... |
Forum: ASP.NET Apr 9th, 2007 |
| Replies: 14 Views: 4,938 Downloading a file I am writing an ASP.net application (with VB.net). Users are allowed to register and upload files. I want to allow them to download the files at a later point. How should I do this? Any help is... |