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.
|
I am having issues uploading files bigger than 100M. I added the above lines in the .htaccess file, changed 30 to 100. When I upload to /forum (where downloads.php is located) and try to load the forum, I receive an Error 500. I've put the same code into my .htaccess that is in / but that doesn't help.
I have also had my webhost do all the changes suggested in this thread
https://www.vbulletin.com/forum/show...=1#post1565199
But again, no ability to upload over 50M.