Function CSPUploadFileSet::GetCount()
Description:
Retrieves the number of file groups sent by the client.
 |
Prototype:
unsigned long GetCount() const;
Arguments:
No arguments (void).
Return value:
Returns the number of file groups.
Remarks:
A CSPUploadFileSet can contain a number of CSPUploadFileGroup objects, each one represented by a unique name. A CSPUploadFileGroup object may contain a number of $$CSPUploadFile,CSPUploadFile$$ objects, each one representing a separate file sent by the client.
See also:
member functions GetGroup( const CSPString& ), GetGroup( unsigned long ) class CSPUploadFileGroup
|
|