Setting maximum upload size with deform.widget.FileUploadWidget
How one can limit maximum upload size with deform.widget.FileUploadWidget() so that the validation fails with a friendly error message if the file is too large?
Solution
Maybe this code from Kotti can help. The answer seems to be a custom validator.