
02-19-2009, 02:46 AM
|
|
|
Join Date: Jan 2009
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by carrlos
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
|
I did this and it did not work for me. Any ideas why?
|