Class CSPUploadFileSet
Description
Contains the files sent by the client as posted data. An intrinsic object of this class always available in CSP scripts as a member of class CSPForm
 |
Member functions:
Remarks:
A CSPUploadFileSet object may contain a number of CSPUploadFileGroup objects, each one represented by a unique name. A CSPUploadFileGroup object may contain a number of CSPUploadFile objects, each one representing a separate file sent by the user.
The client can send files through a web browser to a HTTP server by use of a <FORM> element with attribute ENCTYPE="multipart/form-data" and <input> elements with attribute TYPE="FILE".
See also:
classes CSPUploadFileGroup, CSPUploadFile, CSPParamSet
|
|