JSP examples
Instructions: install the appropriate util library version under a web applications server (such as Tomcat), unzip the given files and run! These examples can easily be adapted to servlets
![HTML forms submissions and automatic validations examples [HTML forms submissions and automatic validations examples]](/images/zip.jpg)
2007-06-13
Shows how to parse HTTP forms, including files uploads and constraints (length, file size, occurrences, regular expressions matching, etc.) automatic validations
Uploaded files are stored into your server root installation directory Uploaded subfolder
Requires util version 2.2.0 or newer
![HTTP file download example [HTTP file download example]](/images/zip.jpg)
2007-06-12
Shows how to force files downloads instead of displaying them in the client web browser window
Requires util version 2.2.0 or newer