Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File downloading
Message
Information générale
Forum:
Internet
Catégorie:
Autre
Divers
Thread ID:
00614969
Message ID:
00615063
Vues:
25
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform