Hello
I need help with php.ini .
in my friend website he cant upload more than 2 mb , what he need to change php.ini http://help.securepaynet.net/article.php?article_id=1475&prog_id=419975
By default, PHP limits uploaded files to 2 MB. To change this value, edit the following values in your /php.ini file:
in the webstie php.ini is not same :
please can any one help with that to change php.ini to allow to upload files up to 8mb in size.
Thank you
I need help with php.ini .
in my friend website he cant upload more than 2 mb , what he need to change php.ini http://help.securepaynet.net/article.php?article_id=1475&prog_id=419975
By default, PHP limits uploaded files to 2 MB. To change this value, edit the following values in your /php.ini file:
PHP:
memory_limit = 50M
post_max_size = 8M
file_uploads = On
upload_max_filesize = 8M
The above settings will allow you to upload files up to 8mb in size (you can increase the values beyond this point).
in the webstie php.ini is not same :
PHP:
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
rg_emulation=off
please can any one help with that to change php.ini to allow to upload files up to 8mb in size.
Thank you








