Author Topic: Edit attachment-form  (Read 6844 times)

Offline starinspection

  • Newbie
  • *
  • Posts: 2
Edit attachment-form
« on: June 27, 2011, 11:11:44 AM »
I'll start with I'm new to all of this so please do not fuss me for what might be a noob mistake. i want to add yahoo's, gmail's, hotmail's attachment limits to the attachment form, so users will stop complaining about unsent emails. and i can't limit the attachment size to mirror yahoo's 40mb limit. can someone provide me with the filename i need to edit to do this or at least point me in the right direction

      Thank you for your time.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Edit attachment-form
« Reply #1 on: June 28, 2011, 05:26:36 AM »
I think you could configure your php to limit upload size. That's not a roundcube issue, IMO. Roundcube just picks up what you have in your PHP settings.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bvdijk

  • Newbie
  • *
  • Posts: 2
Edit attachment-form
« Reply #2 on: June 28, 2011, 08:50:24 AM »
I think what you need to edit is the .htaccess file in the root of roundcube installation, have a look at these options:

php_value   upload_max_filesize   5M
php_value   post_max_size      6M

Offline starinspection

  • Newbie
  • *
  • Posts: 2
Edit attachment-form
« Reply #3 on: June 28, 2011, 08:51:18 AM »
I need the attachment size to stay at 100mb, i can't limit it. i need to add text to the attachment form to state other providers attachment limit. Any ideas?