UploaderBaseUpload Method (Int32, String, Stream) |
Use server file to simulate file uploading and uploaded event.
This method affects all child types.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic void Upload(
int filesize,
string filename,
Stream stream
)
Public Sub Upload (
filesize As Integer,
filename As String,
stream As Stream
)
Parameters
- filesize
- Type: SystemInt32
The filesize. - filename
- Type: SystemString
The filename. - stream
- Type: System.IOStream
The stream.
See Also