| Ajax Uploader Class Reference |
|
UploaderBase.Upload Method
Use server file to simulate file uploading and uploaded event. This method affects all child types.
[Visual Basic]
Public Sub Upload( _
ByVal
filesize As
Integer, _
ByVal
filename As
String, _
ByVal
stream As
Stream _
)
Parameters
-
filesize
- The filesize.
-
filename
- The filename.
-
stream
- The stream.
See Also
UploaderBase Class | CuteWebUI Namespace