[PHP] I know POST Uploads, what about downloads?

2001-04-13 Thread Chris Anderson
I have a large script set that allows people I host to manage their files on my server until they have a FTP account setup. Unfortunately the only way they can save an uploaded file is to r-click on the link in the managers listing and choose "Save link target". This obviously doesn't work for

Re: [PHP] I know POST Uploads, what about downloads?

2001-04-13 Thread Pierre-Yves Lemaire
Hello, Someone posted this a couple of days ago, might help you. $headertxt = "Content-Disposition: attachment; filename=\"".$filename."\""; header("Content-Type: application/force-download");header($headertxt); py At 09:51 AM 4/13/01 -0400, you wrote: I have a large script set that allows