Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Sending an Excel File through the Internet


Message #1 by "Luis Maynar" <luis.maynar@n...> on Tue, 27 Feb 2001 09:31:00
Hi all,





I would like to get some help in the following topic.  My web application 

gets some input from the user, it processes the data and provides the 

results in an Excel file that is stored in the web server.  Now, I would 

like to send this Excel file to the client.  Can anybody tell me how I 

could do it.



Thanks a lot in advance.



Regards,



LUIS
Message #2 by David Hemingway <DavidH@i...> on Tue, 27 Feb 2001 11:13:28 -0000
one method I have used to deliver table information to the client via

download is to write the data as a csv file and supply a ftp link (a

ftp='file.csv'>download</a>).



if you want more info let me know.

-----Original Message-----

From: Luis Maynar [mailto:luis.maynar@n...]

Sent: 27 February 2001 18:44

To: ASP Web HowTo

Subject: [asp_web_howto] Sending an Excel File through the Internet





Hi all,





I would like to get some help in the following topic.  My web application 

gets some input from the user, it processes the data and provides the 

results in an Excel file that is stored in the web server.  Now, I would 

like to send this Excel file to the client.  Can anybody tell me how I 

could do it.



Thanks a lot in advance.



Regards,



LUIS


  Return to Index