It says I'm only allowed to upload files no larger than 8mb. How do I change this? I'd like to make it 200mb, if possible.
Thank
It says I'm only allowed to upload files no larger than 8mb. How do I change this? I'd like to make it 200mb, if possible. Thank |
Go to admin part of your site, Plugins>Ray Suite>Video Player> File size... change it... Save That's for video size, for music file size: Plugins>Ray Suite>Music Player>File Size... change it.... Save |
You must also edit your upload_max_filesize and post_max_size values for PHP, otherwise any setting you choose in the Flash applications settings will not matter as much.
In your php.ini file, you can add the following to meet with Dolphin requirements:
upload_max_filesize=300M post_max_size=300M
If you do not have access to a php.ini file, you can add the following to your .htaccess file in the root Dolphin directory:
php_value upload_max_filesize 300M php_value post_max_size 300M
EDIT (2015/09/29): Because this was recently linked to, I should clarify that the .htaccess rules are ONLY if PHP runs under Apache. If you're not sure, contact your host. The above limits set a max upload size of 300MB, but the recommended value depends solely on your use of Dolphin. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |