Combined Validation Rules

Combined Validation Rules

Combine multiple validation rules: allowed extensions, max file size, max file count, and min file size all working together in a single uploader.

Drag & drop files here, or paste from clipboard
<au:AjaxFileUpload ID="Uploader1" runat="server"
 AllowMultiple="true"
 AllowedExtensions=".jpg,.png,.gif,.pdf"
 MaxFileSize="3MB"
 MinFileSize="1KB"
 MaxFileCount="5"
 ButtonText="Select Files"
 AutoUpload="true"
 ShowProgress="true" />
Active Rules
RuleValue
Allowed Extensions.jpg, .png, .gif, .pdf
Maximum File Size3 MB
Minimum File Size1 KB
Maximum File Count5