Yeah and i think you should set the content type
header as well in return, don't know the exact mime
type but this should be easily found somewhere for a
csv if you for example want to present it in excel.

--- MMKHAJAH <[EMAIL PROTECTED]> wrote:
> Simple.
> Procedure:
> 1- Write out the file on the server.
> 2- Redirect the user to the file . ( using:
> print ("Location: http://..URL..TO..FILE";)
> )
> 3- Remove the file from the server.
> 
> ----- Original Message ----- 
> From: "chris" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, September 25, 2002 4:43 AM
> Subject: How to create client side "Save as CSV
> file" button?
> 
> 
> > I am able to retrieve data and display it in a
> browser. How do I
> > create a button that will allow the data to be
> saved as a CSV file on
> > the client side?
> > 
> > 
> > -- 
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> 
> 
> -- 
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to