Re: able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- From: NC <nc@xxxxxxxxx>
- Date: Fri, 30 May 2008 23:41:24 -0700 (PDT)
On May 30, 7:01 pm, Lawrence Krubner <lawre...@xxxxxxxxxxx> wrote:
To guard against our users possibly uploading huge files, I've
got this in my php.ini file:
; Maximum size of POST data that PHP will accept.
post_max_size = 10M
What about upload_max_filesize? And what, if anything, is
LimitRequestBody directive in Apache set to? Are there any .htaccess
files that could possibly change any of this?
And while we're checking for possibilities, are you editing the same
php.ini PHP is using?
Also, are you running PHP as an Apache module or CGI/FastCGI?
Cheers,
NC
.
- Follow-Ups:
- Re: 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?
- References:
- able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- From: Lawrence Krubner
- able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- Prev by Date: Re: sessions being destroyed prematurely
- Next by Date: Re: able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- Previous by thread: able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- Next by thread: Re: able to upload 28 meg file, yet php.ini limits posts to 10 megs. What is up with that?
- Index(es):
Relevant Pages
|