Forum Moderators: coopster
register_globals = off
allow_url_fopen = off
memory_limit = 50M
post_max_size = 8M
file_uploads = On
upload_max_filesize = 8M
expose_php = Off
max_input_time = 600
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
any suggestions
thank u for the help
What is the error that is given, if any? You might be able to find something here: Handling File Uploads [us2.php.net].
It may help; it's worth a try. Insert it at the top of your upload script.
Seems a little strange, though, that no errors are showing.
what confuses me is its a small file size..
it allowed 2.53mb to go but thats abt the biggest.. yesterday i couldn't add anything larger than 2mb and inserted
memory_limit = 50M
post_max_size = 8M
file_uploads = On
upload_max_filesize = 8M
now it seem to be a time issue
godaddy offers no help with this php.ini
i'll try the code i showed you
thanks