On 13/07/06, João Cândido de Souza Neto <[EMAIL PROTECTED]> wrote:

Hello gang.

I´ve got a e-commerce system where one can import data from his management
system.

This importation files sometimes has a size about 8Mb. Unfortunatly, when
one try to put this file into e-commerce, generaly one gets any error
because your connection speed is very slow and can´t send this file.

There´s any way to increase this wait time and get big files?

Thanks.

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

First of all, use set_time_limit(0) in your script, which gives an
unlimited execution time. Then amend the max files size limit in php.ini, or
locally.


--
http://www.web-buddha.co.uk
http://www.projectkarma.co.uk

Reply via email to