I need to determine the size of file attachments. How can I do this? v.0.3.1
It depends on where you need the size information, in general the attachments are stored on the imap server.
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
I would try upgrading to RoundCube 0.4.2