http_send_file()
Moderator: General Moderators
http_send_file()
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.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: http_send_file()
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()
Oh I see. So the documentation is not clear for this function.
Thanks for your clarification
Thanks for your clarification