Close
jGuru Forums
Posted By: Michael_Kordyumov Posted On: Tuesday, November 27, 2001 04:37 AM
How can i limit file size in upload form by using html:file tag?
Re: How can i limit file size in upload form by using html:file tag?
Posted By: Ted_Husted Posted On: Thursday, December 6, 2001 09:29 AM
There is a maxlength property on the tag. For other tag properties, see the Struts taglib documentation
maxlength
HTH - Ted