[Phpug] copy using url?
Cormac Parle
cormac at morsolutions.com
Mon Jul 21 12:02:55 IST 2008
> maybe you have allow_url_fopen set to 'Off' in /etc/php.ini ?
No, it's on.
The script succeeds most of the time, fails some of the time. The file
that fails is (slightly) bigger than the files that succeed, some kind
of file size limit seems like a plausible explanation. Also the file
that fails *almost* copies over - it gets copied, but is smaller
afterwards, and php stops after the line with "copy()" in it
> 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).
Thought of this - upload_max_filesize is 24M, the image is ~2M
Any other ideas?
More information about the Phpug
mailing list