Specifying the maximum filesize

Top  Previous  Next

You may optionally specify a maximum filesize as an applet parameter.  This parameter will limit the maximum size of files that may be uploaded. To specify this filter simply provide the maxFilesize parameter.

 

Example

 

<param name="maxFilesize" value="2MB"/>

 

The above example will limit the files that may be uploaded to 2MB each. KB and MB notation in value represents kilobytes and megabytes respectively.

 

See also

 

Specifying applet parameters