Re: [imp] Session expired when attaching a file

2013-12-05 Thread Michael M Slusarz
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

Re: [imp] Session expired when attaching a file

2013-12-05 Thread 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 exists for example in

Re: [imp] Session expired when attaching a file

2013-12-04 Thread Michael M Slusarz
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

Re: [imp] Session expired when attaching a file

2013-11-29 Thread 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. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubs

Re: [imp] Session expired when attaching a file

2013-11-27 Thread Michael M Slusarz
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

[imp] Session expired when attaching a file

2013-11-27 Thread 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['compose']['use_vfs