This example demonstrates:
- how to set upload restrictions and other properties for each file field separately (see Example3.asp)
- how to check and validate file types (file extensions) before upload (see Example3.htm)
Files to upload:
- any file of any size (WARNING: unrestricted upload)
- document (*.txt, *.doc) of 128KB maximum, overwrite if already exists
- archive (*.zip) of any size, incomplete upload is OK, upload in folder ZIP
Some form field: