can not upload video files over 2mb, can anyone tell me how to adjust this? |
php.ini settings are limiting you. Contact host and have them upgrade. |
I have the same problem and changed my server side ini to 500MB but when I went back to the upload it then give me a warning I am not allowed to upload over 8mb????? any idea`s at all? cheers mrix |
Go to http://yoursite.com/admin/phpinfo.php
You will notice 2 columns: 1 Local Value #2: Master Value
Scroll down until you see:
post_max_size
Check the values in both Local & Master Value Columns. If the MV is lower than the LV then that is your problem. Some hosts will allow a php.ini that exceeds the root php.ini, others will not. All depends on the host and how tight they have things set up. |
Hi 2 php variables limit uploading file size through ray uploaders: post_max_size and upload_max_filesize. You should change both of them. |
Go to http://yoursite.com/admin/phpinfo.php You will notice 2 columns: 1 Local Value #2: Master Value Scroll down until you see: post_max_size Check the values in both Local & Master Value Columns. If the MV is lower than the LV then that is your problem. Some hosts will allow a php.ini that exceeds the root php.ini, others will not. All depends on the host and how tight they have things set up. I'm having isssues too with my videos not loading, checking the boards here to see if i can find any answers and such... So I tried that thing you said here to go into admin/phpinfo.php and my max & min are both at 100M is that good or bad? I personally tried to upload a 14.6MB video on my created profile, and it's not working- I'd love to know if there's a reason for this and even better how to fix it thnx Pam |
sure you have your size limits up but you only have 30 secs by default to do it lol max_execution_time is what in phpinfo? 30 I have video tutorials to help you mrpowless.com |