Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File downloading
Message
General information
Forum:
Internet
Category:
Other
Miscellaneous
Thread ID:
00614969
Message ID:
00615063
Views:
24
>Hi UTers,
>
>I have a simple server in my office. I have 10 asp pages that my customers can hit on my server. I would like my customers to hit a link on a page so that they can download a file that I put on my c: drive. Right after the customer logs in, I load the file c:\inetpub\wwwroot\babydell\YourFile.txt on my hard drive. I would like the customer to be able to hit a link and download that file. Do I need to set up FPT on my server? If so please provide me with tech references. I am running 2000 server with IIS. Or... is there an easier way to do this.
>
>Thanx,
>Neil

Neil;

Use code like this.


< a href="MyFile.txt">My File< /a>



The file or files to be downloaded would reside in the same directory as your ASP pages, in this case. So they would be loaded to your web site as are your ASP pages.

You can place the code in a table if you wish so it will appear where you want it.


Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform