Re: [PHP] upload_max_filesize

2006-01-25 Thread Richard Correia
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

Re: [PHP] upload_max_filesize problem

2004-03-18 Thread Brian V Bonini
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

Re: [PHP] upload_max_filesize not honored?

2003-10-29 Thread David T-G
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

Re: [PHP] upload_max_filesize not honored?

2003-10-29 Thread Marek Kilimajer
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

RE: [PHP] upload_max_filesize + ini_set

2002-12-23 Thread Dan Rossi
[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 > &

RE: [PHP] upload_max_filesize + ini_set

2002-12-23 Thread Ford, Mike [LSS]
> -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

Re: [PHP] upload_max_filesize + ini_set

2002-12-20 Thread electroteque
and i just tested the script and it let me upload a 2.5M file. so there must be a way to put it in the page aswell "Mike Ford" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > -Original Message- > > From: electroteque [mailto:[EMAIL PROTECTED]] > > Sent:

Re: [PHP] upload_max_filesize + ini_set

2002-12-20 Thread electroteque
here is a sample htaccess file with ini rules php_value register_globals Off php_value track_vars On php_value arg_separator.output "&" php_value arg_separator.input "&" php_value upload_max_filesize "3M" i get 3M returned as the upload_max_filesize so it does work "Mike Ford" <[EMAIL PROTECTED]>

RE: [PHP] upload_max_filesize + ini_set

2002-12-20 Thread Ford, Mike [LSS]
> -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 > ? i'd like to be able to dynami

Re: [PHP] upload_max_filesize

2001-02-01 Thread David Robley
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

Re: [PHP] upload_max_filesize

2001-02-01 Thread David Robley
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

Re: [PHP] upload_max_filesize

2001-02-01 Thread WreckRman2
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

Re: [PHP] upload_max_filesize

2001-02-01 Thread WreckRman2
;[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

RE: [PHP] upload_max_filesize

2001-02-01 Thread Jon Haworth
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

Re: [PHP] upload_max_filesize

2001-02-01 Thread David Smith
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