Class CSPUploadFile
Description
Contains a file and it's related information sent by the client as posted data.
 |
Member variables:
Remarks:
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, CSPUploadFileGroup
|
|