Bill
this link refers to webmail attachments.
Does this setting change also apply to webshare folders ??
Thanks
Ray Mitchell
quote from your link
How can I increase (or decrease) the file-size restriction on webmail attachments?
The default webmail attachment limit is 2Megabytes. In SME Server versions 5.5 and later you can set the webmail attachment limit by setting the php UploadMaxFilesize property. Once you'd done so you'll need to signal the email-update event. For example, to set the maximum attachment size to 50Megabytes:
/sbin/e-smith/db configuration setprop php UploadMaxFileSize 50M
/sbin/e-smith/signal-event email-update
For versions prior to 5.5 either a custom-template or manual configuration of the php initialization file is required.