product caption

Integrated Validation

Run example in: C# VB.NET



Allowed files: .zip archives (limitation set in .aspx):
 
No invalid files
Allowed files: .doc & .txt files (limitation set in code behind):
 
No invalid files


Note: The largest allowed combined file size for upload in this example is 100MB. This is specified by the maxRequestLength="102400" set in Web.config file. If you attempt to upload files with total size greater that 100MB you will get "Page Not Found" error. For more information about uploading large files visit the help article Uploading Large Files
Source Code & Description