Hello Chuck
OK I contacted Godaddy.com they instructed me to modify the php.ini file in my host root directory and I added these lines:
memory_limit = 50M
post_max_size = 10M
upload_max_filesize = 5M
so the entire php.ini file looks like this:
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="
memory_limit = 50M
post_max_size = 10M
upload_max_filesize = 5M
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
Now when I go to upload a photo when I choose the catagory I am automatically sent back to the maine PhotoPost page or my home page of the site? If I simply say choose file when my file window pops up I can see behind it that the page resorts back to the home page of the site. Not allowing me to upload anything at all?
Before I was at least able to upload the file and it say successful but not uploading the actual photo, now this?
I was hoping to have this done tonight, but appears you have signed out for awhile..hopefully this is a easy fix?
Successfully yours,
George
Quote:
Originally Posted by Chuck S PHP is set to a file limit on uploaded files to 2mb so if you upload larger files the server drops them. You would need to edit the php settings on your server to allow large file uploads. Do you have this ability? |