to change file upload and queue for entire site.
look in /inc/classes/BxDolFilesUploader.php
and find this line:
$this->iMaxFilesize = return_bytes(ini_get('upload_max_filesize')); //max allowed from php.ini
$this->sMultiUploaderParams = array( //Important! Should be override with necessary params
'accept_file' => '', //Important! Current file non exist. Should be override with accepting file (addFile.php)
'multi' => 'true',
'auto' => 'true',
'accept_format' => '*.*',
'accept_format_desc' => 'All Files',
'file_size_limit' => $this->iMaxFilesize, //Examples: 2147483648 B, 2097152, 2097152KB, 2048 MB, 2 GB
'file_upload_limit' => '25', <------- change here
'file_queue_limit' => '25', <--------change here
'button_image_url' => BX_DOL_URL_PLUGINS . 'swfupload/images/XPButtonUploadText_61x22.png',
http://towtalk.net ... Hosted by Zarconia.net!