Author Topic: Where are the attachments files in Roundcube ?  (Read 2763 times)

Offline gikach

  • Newbie
  • *
  • Posts: 8
Where are the attachments files in Roundcube ?
« on: October 19, 2010, 08:45:15 AM »
I need to determine the size of file attachments. How can I do this? v.0.3.1

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Where are the attachments files in Roundcube ?
« Reply #1 on: October 19, 2010, 09:18:49 AM »
It depends on where you need the size information, in general the attachments are stored on the imap server.

Offline gikach

  • Newbie
  • *
  • Posts: 8
Where are the attachments files in Roundcube ?
« Reply #2 on: October 20, 2010, 06:51:56 AM »
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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Where are the attachments files in Roundcube ?
« Reply #3 on: October 20, 2010, 07:12:35 AM »
I would try upgrading to RoundCube 0.4.2