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

« back to all changes in this revision

Viewing changes to doc-html/node95.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2007-02-21 18:24:29 UTC
  • mfrom: (1.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20070221182429-9okop7e0qpi24l85
Tags: 3.2.10-4
* Added XS-Vcs-Svn field
* Removed "db_purge" part from libapache2-mod-python.postrm
  (dh_installdebconf is generating a rule that will not fail if debconf is
  already removed)
* Added initial Spanish debconf translation from Manuel Porras Peralta.
  (closes: #411235)
* Added initial Portuguese debconf translation from Pedro Ribeiro.
  (closes: #411742)
* Added initial Galician debconf translation from Jacobo Tarrio.
  (closes: #411831)

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