trying to change php.ini to upload larger files
-
I am so confused. I need help!
I went to file manager in godaddy and this is waht my php.ini looks like
register_globals = off
allow_url_fopen = off
expose_php = Offmax_execution_time = 600
max_input_time = 600
memory_limit = 128M
post_max_size = 64M
upload_max_filesize = 64Mvariables_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.soI am trying to import a file that is 31.4MB. When I try to import it, it says
File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.
I have been trying to import posts for weeks now and am stuck. help!!
- The topic ‘trying to change php.ini to upload larger files’ is closed to new replies.