|
|
|
|
@ -1760,7 +1760,8 @@ class rcmail extends rcube
|
|
|
|
|
public function upload_init()
|
|
|
|
|
{
|
|
|
|
|
// Enable upload progress bar
|
|
|
|
|
if (($seconds = $this->config->get('upload_progress')) && ini_get('apc.rfc1867')) {
|
|
|
|
|
$rfc1867 = filter_var(ini_get('apc.rfc1867'), FILTER_VALIDATE_BOOLEAN);
|
|
|
|
|
if ($rfc1867 && ($seconds = $this->config->get('upload_progress'))) {
|
|
|
|
|
if ($field_name = ini_get('apc.rfc1867_name')) {
|
|
|
|
|
$this->output->set_env('upload_progress_name', $field_name);
|
|
|
|
|
$this->output->set_env('upload_progress_time', (int) $seconds);
|
|
|
|
|
|