constant CONTACT_ATTACH_DEFAULT_UPLOADSIZE in Contact Attach 7
Default maximum attachment size that will be permitted, in megabytes.
2 uses of CONTACT_ATTACH_DEFAULT_UPLOADSIZE
- contact_attach_admin_settings in ./
contact_attach.admin.inc - Form constructor for the settings form.
- _contact_attach_return_max_file_size in ./
contact_attach.module - Returns the allowed file size for attachments based on all supplied roles.
File
- ./
contact_attach.module, line 24 - Allows attaching files to messages sent using contact forms.
Code
define('CONTACT_ATTACH_DEFAULT_UPLOADSIZE', 0.0009765625);