WODA: FAQs
User Interface
How can I limit the size of uploaded files?
In USERFILE fileds, the validation expression can contain $_ which
is the name of the temp file of that field (to get type).
length($CGI{FieldName}) should give you the size of the file.
Does it work?
v
Ziga