> Is it possible to send a file to a browser?

Sure. 

file();

> I would like to allow people to download a file, but I don't 
> want to give away the path to the file, so a normal link 
> wouldn't work.

In that case:

Header("Content-type: application/octet-stream");
file("whatyouwanttosend");

> ( I am not sure if my first email went through, I got an 
> error back about the mailbox being full)

I didn't see it ...

Jason

-- 
Jason Murray
[EMAIL PROTECTED]
Web Design Team, Melbourne IT
Fetch the comfy chair!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to