7.0 Servlet Tasks

The WebAccess servlet is accessible through HTTP transactions sent from a browser. The requests can be in the form of either the HTTP GET method as well as the POST method. HTML forms can specify a content-type of either application/x-www-form-urlencoded (default content-type when a form is submitted) or multipart/mixed (content-type required to upload files with the <INPUT type="file" . . .> HTML form control).

This section covers the following topics: