Re: [PHP] Configuration with upload maximum issue...

2004-10-26 Thread raditha dissanayake
Joey wrote: Hi everyone, I changed the setting in my php.ini to allow an upload file size bigger then the defaul 2MB chaning the setting shown below: ; Maximum allowed size for uploaded files. ;upload_max_filesize = 2M upload_max_filesize = 5M http://www.radinks.com/upload/config.php shows all t

Re: [PHP] Configuration with upload maximum issue...

2004-10-26 Thread John Nichel
Joey wrote: Hi everyone, I changed the setting in my php.ini to allow an upload file size bigger then the defaul 2MB chaning the setting shown below: ; Maximum allowed size for uploaded files. ;upload_max_filesize = 2M upload_max_filesize = 5M However when I go to phpinfo, or of course try to

Re: [PHP] Configuration with upload maximum issue...

2004-10-26 Thread Greg Donald
On Tue, 26 Oct 2004 09:37:06 -0400, Joey <[EMAIL PROTECTED]> wrote: > I changed the setting in my php.ini to allow an upload file size bigger then > the defaul 2MB chaning the setting shown below: > > ; Maximum allowed size for uploaded files. > ;upload_max_filesize = 2M > upload_max_filesize = 5M

[PHP] Configuration with upload maximum issue...

2004-10-26 Thread Joey
Hi everyone, I changed the setting in my php.ini to allow an upload file size bigger then the defaul 2MB chaning the setting shown below: ; Maximum allowed size for uploaded files. ;upload_max_filesize = 2M upload_max_filesize = 5M However when I go to phpinfo, or of course try to upload a f