[Phpug] copy using url?

Kae Verens kae at verens.com
Mon Jul 21 11:48:01 IST 2008


Cormac Parle wrote:
> Hi folks
>
> Having trouble with using copy() with a url as the source - is there a 
> limit to the size of file that can be copied? Is it set anywhere I can 
> modify it?
>   

maybe you have allow_url_fopen set to 'Off' in /etc/php.ini ?

I'm not aware of any definite size restrictions, but it is possible that 
the file size is restricted to upload_max_filesize (in the same file).

Kae


More information about the Phpug mailing list