Roundcube Community Forum

 

Where are the attachments files in Roundcube ?

Started by gikach, October 19, 2010, 08:45:15 AM

Previous topic - Next topic

gikach

I need to determine the size of file attachments. How can I do this? v.0.3.1

SKaero

It depends on where you need the size information, in general the attachments are stored on the imap server.

gikach

I have a problem with sending email attachments , size more then ~13 Mb.

( my php settings -
php_value upload_max_filesize 20M
php_value post_max_size  20M
php_value memory_limit  128M
).
And when I forward email with 13+ Mb attachments , i get "Fatal error: Allowed memory size of ***** bytes exhausted (tried to allocate **** bytes)" . I need determine the size of each file, and if attachments more than 13mb - rise  alert or something else.
Any advise how can I do this? rc v.3.0.1

SKaero