check MAX_FILE_SIZE attribute of file tag.
Also does your webserver impose any file upload limit?
Thanks
Richard
On 1/25/06, Daniel Lahey <[EMAIL PROTECTED]> wrote:
>
> A client has started experiencing problems with uploading files
> larger than the default 2M set in php.ini. The problem only
A client has started experiencing problems with uploading files
larger than the default 2M set in php.ini. The problem only started
occurring a few weeks or so ago, and I cannot figure out how to get
around it. I have a php.ini file in the /public_html folder that reads:
post_max_size 838
On Thu, 2004-03-18 at 14:06, Aaron Doogs wrote:
> I have changed upload_max_filesize in my php.ini, but the default of 2M is
> still being recognized. I restarted the apache server, ran a script to
> output phpinfo() and it still says 2M for upload_max_filesize. Yet when I
> open php.ini is has 8
I have changed upload_max_filesize in my php.ini, but the default of 2M is
still being recognized. I restarted the apache server, ran a script to
output phpinfo() and it still says 2M for upload_max_filesize. Yet when I
open php.ini is has 8M as the upload_max_filesize. And, I am editting the
ph
Marek, et al --
...and then Marek Kilimajer said...
%
% upload_max_filesize is INI_SYSTEM, that means it is not honored in your
*slaps forehead* Why, so it is. That certainly does explain things.
It's interesting to me, though, is that phpinfo() reported it as 128M
even when set from the cod
upload_max_filesize is INI_SYSTEM, that means it is not honored in your
code. Set it the same way you set post_max_size
David T-G wrote:
Hi, all --
I am implementing a picture upload page which will accept single pictures
or zips of pictures, and I can't send anything bigger than 2M.
Because pos
Hi, all --
I am implementing a picture upload page which will accept single pictures
or zips of pictures, and I can't send anything bigger than 2M.
Because post_max_size must be set in php.ini or httpd.conf I have
php_admin_value post_max_size 128M
set for my site, and in my code I have
in
hi guys i've managed to edit a htaccess file which will allow to override
the upload_max_filesize ini setting which cannot be edited in php itself
hope this helps, shure its a hack there could be anything with M in it, i'm
terrible at regex, so if anyone would like to add to it go ahead.
--
[LSS] [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 23, 2002 11:40 PM
To: 'electroteque'; [EMAIL PROTECTED]
Subject: RE: [PHP] upload_max_filesize + ini_set
> -Original Message-
> From: electroteque [mailto:[EMAIL PROTECTED]]
> Sent: 20 December 2002 19:34
>
&
> -Original Message-
> From: electroteque [mailto:[EMAIL PROTECTED]]
> Sent: 20 December 2002 19:34
>
> and i just tested the script and it let me upload a 2.5M
> file.
Well, I was just quoting from the manual, so that sounds worthy of a bug
report in itself -- either the manual is wrong
[mailto:[EMAIL PROTECTED]]
> > Sent: 20 December 2002 11:35
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] upload_max_filesize + ini_set
> >
> >
> > is there a way to get this setting to work without hard
> > setting in htaccess
> > ? i'd like
oes work
"Mike Ford" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > -Original Message-
> > From: electroteque [mailto:[EMAIL PROTECTED]]
> > Sent: 20 December 2002 11:35
> > To: [EMAIL PROTECTED]
> >
> -Original Message-
> From: electroteque [mailto:[EMAIL PROTECTED]]
> Sent: 20 December 2002 11:35
> To: [EMAIL PROTECTED]
> Subject: [PHP] upload_max_filesize + ini_set
>
>
> is there a way to get this setting to work without hard
> setting in htaccess
is there a way to get this setting to work without hard setting in htaccess
? i'd like to be able to dynamically set the max filesize via a defines
setting and ini_set rather than statically in htaccess
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/
On Fri, 2 Feb 2001 10:32, David Robley wrote:
> On Fri, 2 Feb 2001 02:37, WreckRman2 wrote:
> > Actually it isn't on a windows system. Looking at my phpinfp.php file
> > it shows "Configuration File (php.ini) Path" as /usr/local/lib but I
> > see no file called php.ini in there using ftp or teln
On Fri, 2 Feb 2001 02:37, WreckRman2 wrote:
> Actually it isn't on a windows system. Looking at my phpinfp.php file it
> shows "Configuration File (php.ini) Path" as /usr/local/lib but I see no
> file called php.ini in there using ftp or telnet. Any ideas?
>
> David
php.ini is not installed - yo
ECTED]>
To: 'David Smith' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 8:07 AM
Subject: RE: [PHP] upload_max_filesize
> It's usually in your system root, but you could have put it somewhere else
> when you installed PHP.
>
&g
;[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 11:23 AM
Subject: RE: [PHP] upload_max_filesize
> Where did you put it when you installed PHP?
>
> If you didn't install PHP, but you're telnetting into a remote server, are
> you sure it's not showing you a dummy shell
ginal Message-
From: David Smith [mailto:[EMAIL PROTECTED]]
Sent: 01 February 2001 11:45
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP] upload_max_filesize
Sorry, that isn't very detailed but I appreciate your help. Where can I find
php.ini?
- Original Message -
Fr
Sorry, that isn't very detailed but I appreciate your help. Where can I find
php.ini?
- Original Message -
From: Jonatan Bagge <[EMAIL PROTECTED]>
To: David Smith <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 6:41 AM
Subject: Re: [PHP] upload_max_filesize
&g
Can anyone explain in detail how I can increase the upload_max_filesize to 5 meg
instead of the default 2 meg?
Thanks,
David
21 matches
Mail list logo