UploaderProvider.GetSize Method

php Uploader

PHP File Uploader Class Reference

UploaderProvider.GetSize Method 

Gets the file size.

[Visual Basic] Public Function GetSize( _
   ByVal guid As Guid _
) As Integer
[C#]
public int GetSize(
   Guid guid
);
Parameters
guid
The GUID.
Return Value

See Also

UploaderProvider Class | CuteWebUI Namespace