Quoting SSRI :
Why end user doesn't get a warning message ? Usually, web
applications warns you that the file is too big.
This is a PHP limitation. You will need to bug them for the explanation.
We were thinking about implementing an "uploading too large of files
warning" ( that exist
Why end user doesn't get a warning message ? Usually, web
applications warns you that the file is too big.
This is a PHP limitation. You will need to bug them for the explanation.
We were thinking about implementing an "uploading too large of files
warning" ( that exists for example in
Quoting SSRI :
You are trying to upload ~80MB of data when your post_max_size is
60MB. So that's your issue.
Why end user doesn't get a warning message ? Usually, web
applications warns you that the file is too big.
This is a PHP limitation. You will need to bug them for the explana
You are trying to upload ~80MB of data when your post_max_size is
60MB. So that's your issue.
Why end user doesn't get a warning message ? Usually, web applications
warns you that the file is too big.
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubs
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
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