~ubuntu-branches/ubuntu/jaunty/libapache2-mod-python/jaunty

« back to all changes in this revision

Viewing changes to doc-html/node92.html

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-09-06 20:27:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040906202757-yzpyu1bcabgpjtiu
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<title>6.1.3 Form Data</title>
 
5
<META NAME="description" CONTENT="6.1.3 Form Data">
 
6
<META NAME="keywords" CONTENT="modpython">
 
7
<META NAME="resource-type" CONTENT="document">
 
8
<META NAME="distribution" CONTENT="global">
 
9
<link rel="STYLESHEET" href="modpython.css">
 
10
<link rel="first" href="modpython.html">
 
11
<link rel="contents" href="contents.html" title="Contents">
 
12
<link rel="index" href="genindex.html" title="Index">
 
13
<LINK REL="previous" href="hand-pub-alg.html">
 
14
<LINK REL="up" href="hand-pub.html">
 
15
<LINK REL="next" href="hand-psp.html">
 
16
</head>
 
17
<body>
 
18
<DIV CLASS="navigation">
 
19
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
20
<tr>
 
21
<td><A href="hand-pub-alg-auth.html"><img src="icons/previous.gif"
 
22
  border="0" height="32"
 
23
  alt="Previous Page" width="32"></A></td>
 
24
<td><A href="hand-pub.html"><img src="icons/up.gif"
 
25
  border="0" height="32"
 
26
  alt="Up One Level" width="32"></A></td>
 
27
<td><A href="hand-psp.html"><img src="icons/next.gif"
 
28
  border="0" height="32"
 
29
  alt="Next Page" width="32"></A></td>
 
30
<td align="center" width="100%">Mod_python Manual</td>
 
31
<td><A href="contents.html"><img src="icons/contents.gif"
 
32
  border="0" height="32"
 
33
  alt="Contents" width="32"></A></td>
 
34
<td><img src="icons/blank.gif"
 
35
  border="0" height="32"
 
36
  alt="" width="32"></td>
 
37
<td><A href="genindex.html"><img src="icons/index.gif"
 
38
  border="0" height="32"
 
39
  alt="Index" width="32"></A></td>
 
40
</tr></table>
 
41
<b class="navlabel">Previous:</b> <a class="sectref" href="hand-pub-alg-auth.html">6.1.2.3 Authentication</A>
 
42
<b class="navlabel">Up:</b> <a class="sectref" href="hand-pub.html">6.1 Publisher Handler</A>
 
43
<b class="navlabel">Next:</b> <a class="sectref" href="hand-psp.html">6.2 PSP Handler</A>
 
44
<br><hr>
 
45
</DIV>
 
46
<!--End of Navigation Panel-->
 
47
 
 
48
<H2><A NAME="SECTION008130000000000000000">
 
49
6.1.3 Form Data</A>
 
50
</H2>
 
51
 
 
52
<P>
 
53
In the process of matching arguments, the Publisher handler creates an
 
54
instance of <em class="citetitle"><a
 
55
 href="pyapi-util-fstor.html"
 
56
 title="FieldStorage"
 
57
 >FieldStorage</a></em>
 
58
class. A reference to this instance is stored in an attribute <tt class="member">form</tt>
 
59
of the <tt class="class">Request</tt> object.
 
60
 
 
61
<P>
 
62
Since a <tt class="class">FieldStorage</tt> can only be instantiated once per
 
63
request, one must not attempt to instantiate <tt class="class">FieldStorage</tt> when
 
64
using the Publisher handler and should use
 
65
<tt class="class">Request.form</tt> instead.
 
66
 
 
67
<P>
 
68
 
 
69
<DIV CLASS="navigation">
 
70
<p><hr>
 
71
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
72
<tr>
 
73
<td><A href="hand-pub-alg-auth.html"><img src="icons/previous.gif"
 
74
  border="0" height="32"
 
75
  alt="Previous Page" width="32"></A></td>
 
76
<td><A href="hand-pub.html"><img src="icons/up.gif"
 
77
  border="0" height="32"
 
78
  alt="Up One Level" width="32"></A></td>
 
79
<td><A href="hand-psp.html"><img src="icons/next.gif"
 
80
  border="0" height="32"
 
81
  alt="Next Page" width="32"></A></td>
 
82
<td align="center" width="100%">Mod_python Manual</td>
 
83
<td><A href="contents.html"><img src="icons/contents.gif"
 
84
  border="0" height="32"
 
85
  alt="Contents" width="32"></A></td>
 
86
<td><img src="icons/blank.gif"
 
87
  border="0" height="32"
 
88
  alt="" width="32"></td>
 
89
<td><A href="genindex.html"><img src="icons/index.gif"
 
90
  border="0" height="32"
 
91
  alt="Index" width="32"></A></td>
 
92
</tr></table>
 
93
<b class="navlabel">Previous:</b> <a class="sectref" href="hand-pub-alg-auth.html">6.1.2.3 Authentication</A>
 
94
<b class="navlabel">Up:</b> <a class="sectref" href="hand-pub.html">6.1 Publisher Handler</A>
 
95
<b class="navlabel">Next:</b> <a class="sectref" href="hand-psp.html">6.2 PSP Handler</A>
 
96
<hr>
 
97
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
98
</DIV>
 
99
<!--End of Navigation Panel-->
 
100
 
 
101
</BODY>
 
102
</HTML>