Re: How to upload files up to 40MB with a html post form?

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

 



On Wed, 2007-02-14 at 16:46 +0100, David Blanco wrote:
> Hi!
> 
> Robert Cummings wrote:
> 
> > ... Upload sizes are not a PHP limitation. If a limitation at all
> > then it's a limitation imposed by the service provider. As such
> > Perl won't solve the problem unless the provider was short sighted
> > enough to cap PHP and not Perl... if they even offer Perl to their
> > users.
> 
> IMHO it's not a PHP limitation, I could said that in a better way.
> 
> I was thinking in the fact that Perl can read the STDIN as a buffer
> and then it allows you to simulate a sort of progress bar using AJAX,
> for example (i have done it). I think that this is not possible with
> PHP (please correct me if I'm wrong) without using some trick like
> patching the code (there is already a patch). I give very much
> importance to this because the user who's uploading 40MB wants to know
> what's happening and how much time will it take to upload the file(s).

PHP has a CLI version that should be able to do the same.

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


[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