Re: The best method to send a large file to client?
Posted by NC on 10/05/06 15:51
On Oct 5, 12:17 am, howac...@gmail.com wrote:
>
> I have many text file with 1 to 2MB in size
>
> currently, i use the method:
>
> echo file_get_contents( $file_path );
>
> are there any better method?