Page 1 of 1

http_send_file()

Posted: Fri May 23, 2008 4:34 pm
by momukhtar
The function http_send_file() takes the file as a parameter. Does anyone know how to set the file destination if we want to use this function.

Re: http_send_file()

Posted: Fri May 23, 2008 6:32 pm
by Chris Corbyn
What do you mean by the destination? This function for sending a file to the web browser of the user. Basically it's a download() function.

Re: http_send_file()

Posted: Fri May 23, 2008 6:38 pm
by momukhtar
Oh I see. So the documentation is not clear for this function.
Thanks for your clarification