video file upload issue

I have been trying to upload a 105 mb file but I keep getting access denied at the end of upload. I tried to up file directly to /public_html/flash/modules/video/files and of course it uploaded but does not show on the site. Is there a limit set somewhere that we can change for file size?

Thank

Quote · 29 Apr 2010

You might need to make some adjustments to your php.ini file. More than likely you'll need to increase the max_file_size value to something higher like 250 or however many MB you want others to be able to upload. Be careful with that though, it's a real fast way of chewing up many many GB of space on your server ... QUICKLY.

Quote · 29 Apr 2010

What is the dang path to that file? Thanks

Quote · 29 Apr 2010

if you created a custom php.ini file it would be in root of the path for the dolphin install. if you are using the global php.ini that would be edited from your whm panel if you have cpanel. otherwise you can login ssh and edit the file as well.

What is the dang path to that file? Thanks

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 29 Apr 2010

<?php
        phpinfo();
?>
create a file myphp.php and put this file in your root directory. now you can see your php.ini file configuration.

php.ini it looks like this. if you want you can change whatever you want

 

; Maximum allowed size for uploaded files.
upload_max_filesize = 100M

; Maximum size of POST data that PHP will accept.
post_max_size = 100M

 

 

Quote · 29 Apr 2010

Do I just create that file or do I have to put that code in the file for it to work?

Quote · 3 May 2010

This is what I did

Quote · 3 May 2010

then.... and no way to change video upload limits.

Quote · 3 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.