0

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?

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435

1 Answers1

1

Maybe this code from Kotti can help. The answer seems to be a custom validator.

Roman Susi
  • 4,135
  • 2
  • 32
  • 47