Video File Size

Where is the setting to set the maximum file size for videos? Also, how large should you allow?

Quote · 10 Sep 2011

This was removed in Dolphin 7 and is no longer available. You can either:

  • Change the upload directives for PHP
  • Change a file that limits the upload size per module (and I forgot the exact details of this)
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 10 Sep 2011

So you do not know where that files is located?

Quote · 10 Sep 2011

 

So you do not know where that files is located?

It's /modules/[module]/classes/Bx[module]Uploader.php

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 10 Sep 2011

I this in there, but I am not sure what the "0" represents. You know if it is size or whatever.

 

 

$aPossibleDuration = array();

  $aPossibleDuration['duration'] = array(

   'type' => 'hidden',

   'name' => 'duration',

   'value' => isset($aDefaultValues['duration']) ? $aDefaultValues['duration'] : "0"

  );

Quote · 10 Sep 2011

You need to add code, not change anything presently in there. If I had to guess, it's probably something like adding ini_set at the top of the file (under the comments):

 

ini_set('upload_max_filesize', '128M');

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 10 Sep 2011

Guess I better wait and see if someone knows for sure what to change. I do not know why they took this option out of the flash apps settings in modules.

Quote · 10 Sep 2011
 
 
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.