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.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

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

Reply via email to