MyBB Community Forums

Full Version: Attachment problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

Im having the exact same problems like this guy:

http://community.mybboard.net/showthread.php?tid=7081

I have changed the max size of the file type (.pdf) 5.4mb, but it still wont upload it. Have somebody else had the same problem?

Kris
I tried with a smaller word file. That worked just fine, but i still cant upload the 5.4mb pdf file!?
Open notepad

Copy and paste this code:

php_value upload_max_filesize 10M
php_value max_execution_time 180
save as .htaccess

upload to the root directory. This will increase the upload size to 10MB, as it is usally only 2MB in PHP, so it may be PHP is rejecting the file, before it even gets to MyBB.
DARRKCLOUD Wrote:Open notepad

Copy and paste this code:

php_value upload_max_filesize 10M
php_value max_execution_time 180
save as .htaccess

upload to the root directory. This will increase the upload size to 10MB, as it is usally only 2MB in PHP, so it may be PHP is rejecting the file, before it even gets to MyBB.

My root dir? Where the httpdocs are?
Where your forum is located Smile
It worked!!!! Thanks man Smile