Calling convention that supports RFC 1867 multipart content. This content
type supports uploading of content items (typically: files.)
For an example of the HTML form, look at the upload.html file located in
the demo\xins-project\apis\fileupload directory.
For each defined input of type file, you must define two input parameters:
<input field name>Name of type _text for the name of the file and
<input field name>Content of type _hex for the content of the file.
Uploaded items will be retained in memory as long as they are reasonably
small. Larger items will be written to a temporary file on disk. Very large
upload requests are not permitted.
version: $Revision: 1.8 $ $Date: 2007/09/18 11:27:13 $ author: Ernst de Haan author: Anthony Goubard |