Class CSPUploadFileGroup
Description
Contains a file group sent by the client as posted data, associated with a unique name.
 |
Member functions:
Remarks:
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 CSPUploadFileSet, CSPUploadFile
|
|