Re: able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- From: "Rik Wasmus" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Sat, 31 May 2008 19:33:53 +0200
On Sat, 31 May 2008 19:12:24 +0200, The Natural Philosopher <a@xxx> wrote:
MikeB wrote:On May 31, 6:38 am, "C. (http://symcbean.blogspot.com/)"
<colin.mckin...@xxxxxxxxx> wrote:
If you set the limit in the webserver config then it will terminateI probably should not get involved in a discussion like this, but I
the conenction.
can't help it. If the purpose is to save bandwidth, does the webserver
terminate the connection *after* if has uploaded to the specified
limit?
The webserver doesn't KNOW what php's bandwidth limit is. It takes ALL the POST data of which the uploaded file is part, and gives it to PHP.
Indeed, it can only enforce it's own limitations, not PHP's. And that's where any reasonable limitation should take place, as it can and will drop a connection, instead of just (like PHP) ignoring the data but still allowing it to get in AFAIK.
--
Rik Wasmus
....spamrun finished
.
- References:
- able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- From: Lawrence Krubner
- Re: able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- From: C. (http://symcbean.blogspot.com/)
- Re: able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- From: MikeB
- Re: able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- From: The Natural Philosopher
- able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- Prev by Date: Re: Interactive mode not very useful
- Next by Date: Re: cookies problem
- Previous by thread: Re: able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- Next by thread: Looking for Open Source Partner
- Index(es):
Relevant Pages
|