
10-07-2006, 12:26 AM
|
|
|
Join Date: Oct 2005
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by dragonhart
Ok got the files for file extensions to upload no problem now and no more db errors about not finding the downloads directory the final problem is any zip file over 900 k wont upload, and yes I have edited the php.ini to 200Megs and restarted the apache server, but to no avail, what else could be stopping it from uploading even a moderate size file???
Dragonhart
|
try using .htacess
PHP Code:
php_value upload_max_filesize 10M
php_value post_max_size 10M
|