Quote:
Originally Posted by RS_Jelle
That's because of the default upload limit of PHP.
You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:
Code:
php_value upload_max_filesize 30M
php_value post_max_size 30M
Upload the file into your forum directory (the same location where downloads.php is located.)
This will increase the size of the file you can upload to 30MB.
|
Hi
My hosting company setting in a manner that PHP acts as CGI and they don't increase the file upload size more than 10 MB, they told me to use ftp for uploading my file! they don't understand that i can not create ftp account for each of my forum users!, is there any way or any upload center hack that uses ftp for upload file to upload center at least by mods and admins?
thanks