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

2007-02-14 Thread Robert Cummings
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 sighte

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

2007-02-14 Thread David Blanco
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 thei

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

2007-02-14 Thread Robert Cummings
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 ha

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

2007-02-14 Thread David Blanco
-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 upl

RE: [PHP] How to upload files up to 40MB with a html post form?

2007-02-13 Thread Jay Blanchard
[snip] 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? [/snip] Get a new provider? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to upload files up to 40MB with a html post form?

2007-02-13 Thread Mauricio Muriel
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? Regards Mauricio M.

RE: [PHP] How to upload files

2003-10-06 Thread Jay Blanchard
[snip] I'm looking for a method to enable my users to upload thier html files and embedded pictures to my server. I think it should be something very easy, but as I'm doing it for the first time, I thought it would be better to seek help from the experienced one. So any idea, how can I do it easly

[PHP] How to upload files

2003-10-06 Thread Nitin
Hi all, I'm looking for a method to enable my users to upload thier html files and embedded pictures to my server. I think it should be something very easy, but as I'm doing it for the first time, I thought it would be better to seek help from the experienced one. So any idea, how can I do it e