Re: [PHP] Upload a big file.

2006-07-13 Thread Dave Goodchild
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

RE: [PHP] Upload a big file.

2006-07-13 Thread Jay Blanchard
[snip] 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. [/snip] You will likely have to do the same thing in Apache (or whatever your web server software is) as there will be a time-out built

Re: [PHP] Upload a big file.

2006-07-13 Thread Jochem Maas
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