Variable CSPUploadFile::Filename
Description:
Contains the original filename of the file as posted by the client.
 |
Prototype
CSPString Filename;
Examples:
CSPString strFilename = Request.Form.Files(0)[1].Filename;
See also:
member variables Data, ContentType
|
|