6.1.3 Form DataIn the process of matching arguments, the Publisher handler creates an instance of FieldStorage class. A reference to this instance is stored in an attribute form of the Request object. Since a FieldStorage can only be instantiated once per request, one must not attept to instantiate FieldStorage when using the Publisher handler and should use Request.form instead.
|
What is this???? |