Roundcube Community Forum

 

Edit attachment-form

Started by starinspection, June 27, 2011, 11:11:44 AM

Previous topic - Next topic

starinspection

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.

rosali

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

bvdijk

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

starinspection

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?