I finally got it to work but the .htaccess file did not solve the problem. Thanks to
blind-eddie for pointing me to the
php.ini file.
I added the red code to my php.ini file and now all is well with the uploads:
Code:
register_globals = off
allow_url_fopen = off
memory_limit = 50M
post_max_size = 30M
file_uploads = On
upload_max_filesize = 30M
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