Commit 5e84e800 authored by Sean Reifscheider's avatar Sean Reifscheider

issue1172: Documentation of "done" attribute in cgi module.

parent e8dd31aa
......@@ -162,6 +162,11 @@ if fileitem.file:
linecount = linecount + 1
\end{verbatim}
If an error is encountered when obtaining the contents of an uploaded file
(for example, when the user interrupts the form submission by clicking on
a Back or Cancel button) the \member{done} attribute of the object for the
field will be set to the value -1.
The file upload draft standard entertains the possibility of uploading
multiple files from one field (using a recursive
\mimetype{multipart/*} encoding). When this occurs, the item will be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment