Re: Upload a big file.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



João Cândido de Souza Neto 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?

take note of what the other respondents wrote regardless upload and timeout limits
(in both apache and php)

but ....

you might also consider that it may be better to automate the process somewhat by
having the back office system (S)FTP the 'import file' and using an automated job
(e.g. php script set to run regularly via cron) to check for the existence of
said 'import file' and process it if it exists. basically the idea being to
remove the requirement for user and browser interaction from the import
process completely.

> 
> Thanks.
> 

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux