Page 1 of 1

File and downloading

Posted: Sun Feb 24, 2008 1:39 pm
by gretzky56
I didnt know how to search of any possible solutions on the internet, so I will try to explain my probleme here.

:?: I will create a file that will hold data from a database, now I don't know how to make it that when the file is created it is offered to the user for download, and not just that the file is stored on the server.

Any tips will be very helpfull

cheer

Re: File and downloading

Posted: Sun Feb 24, 2008 3:52 pm
by markusn00b
Have a look at content disposition - header to force downloads.

Re: File and downloading

Posted: Mon Feb 25, 2008 8:47 am
by gretzky56
Yeah thats what I needed!

Thanks :wink: