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 the settings that you 
have to change.

--
Raditha Dissanayake.

http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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 upload a file bigger then
that it bombs... yes I did restart apache after making the change to the
php.ini file...
Any ideas etc appreciated...
phpinfo() will also tell you which php.ini file it is reading from. 
Check to see if you edited the right one.

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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

Did you edit the correct php.ini file?  For example on my Debian
system I have two:

/etc/php4/apache/php.ini
/etc/php4/cgi/php.ini


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 file bigger then
that it bombs... yes I did restart apache after making the change to the
php.ini file...

Any ideas etc appreciated...


Thanks,


Joey

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php