Skip navigation |

Restrict the size of files uploaded by your Web Forms

Last updated: 10 March 2010, 15:53

If you use File inputs on your Web Forms, you can now restrict the maximum size of files that people can send to you. This is useful if your email system has restrictions on the size of email attachments as it will stop your visitors from thinking they have sent you a message and a file when in fact that message was rejected by your email system.

In the File input's Parameters, simply type {max:xxxyy} where xxx is the maximum file size, and yy is either mb or kb.

So, to prevent people sending you a file larger than 2mb, simply enter the following as the item's parameters:

  • {max:2mb}

For more information, please refer to the File input type page on our Helpdesk site.