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

[PHP] upload_max_filesize not honored?

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