On 2 Jan 2012, at 02:15, Duken Marga wrote:

If you want to upload large file, maybe you should consider maximum
uploaded size. You can change setting in php.ini on line that contain *
upload_max_filesize*.

Thanks, but the filesize limits are already set well above the size of the file. The file transfer takes place within the context of an RPC callback, so I think this may be a TCP transfer rather than a file upload.

This really does seem to be an execution time issue, as shown by the Apache error log entry.

Chris


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to