Quoting SSRI :
Hi,
We have a problem when attaching a file larger than php's
upload_max_filesize. After uploading the file, the session expires.
Horde
$conf['vfs']['type'] = 'None';
Imp
$conf['compose']['attach_size_limit'] = 41943040;
$conf['compose']['link_attachments'] = false;
$conf['co
>> Thanks Michael. Looking at the ckeditor site, I see lots of reported
>> bugs/problems with regards to version 3. Is there any plan for moving to
>> version 4 in the future? In a business environment, cut/paste between
>> applications is quite often used as users need to get content from
vari
Hi,
We have a problem when attaching a file larger than php's
upload_max_filesize. After uploading the file, the session expires.
Horde
$conf['vfs']['type'] = 'None';
Imp
$conf['compose']['attach_size_limit'] = 41943040;
$conf['compose']['link_attachments'] = false;
$conf['compose']['use_vfs