LOL. You got lost in details... To answer the question... You cannot upload files bigger than 10Mb unless your provider changes the values from php.ini (regarding upload file size, form max size and memory max size) and you cannot upload even less than 10Mb files if the time needed to upload it takes longer than 120 seconds. Andrei Robert Cummings wrote: > On Wed, 2007-02-14 at 14:22 +0000, Colin Guthrie wrote: > >> Robert Cummings wrote: >> >>> On Wed, 2007-02-14 at 14:05 +0000, Colin Guthrie wrote: >>> >>>> Robert Cummings wrote: >>>> >>>>> On Wed, 2007-02-14 at 13:54 +0100, David Blanco wrote: >>>>> >>>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>>>> Hash: SHA1 >>>>>> >>>>>> Hola! >>>>>> >>>>>> Mauricio Muriel escribió: >>>>>> >>>>>> >>>>>>> How can I upload files up to 40MB with a html post form? (without a ftp >>>>>>> client) >>>>>>> >>>>>>> Please, remember >>>>>>> >>>>>>> 1. My hosting provider has up to 120 seconds apache timeout >>>>>>> 2. My hosting provider has up to 10MB to upload files in php.ini >>>>>>> >>>>>>> Any kind of ideas? >>>>>>> >>>>>> Yes, use CGI & Perl. >>>>>> >>>>>> Note: I love PHP but also know its limitations :) >>>>>> >>>>> Upload sizes are not a PHP limitation. >>>>> >>>> Erm, what about the max file size limit in php.ini? Is that not a PHP >>>> limitiation that the provider has turned on? >>>> >>> No, that's a configuration value set my the provider. A PHP limitation >>> would be if you couldn't change the value. >>> >> That's still a limitation, regardless if it is configurable or not: >> >> Limitation: That which limits; a restriction; a qualification; a >> restraining condition, defining circumstance, or >> qualifying conception; as, limitations of thought. >> [1913 Webster] >> > > There's no argument that it's a limitation. But it's set by the > provider, thus it's not a PHP limitation. Please try again. > > Cheers, > Rob. >