Click or drag to resize
UploaderBaseUpload Method (Int32, String, Stream)
Use server file to simulate file uploading and uploaded event. This method affects all child types.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public void Upload(
	int filesize,
	string filename,
	Stream stream
)

Parameters

filesize
Type: SystemInt32
The filesize.
filename
Type: SystemString
The filename.
stream
Type: System.IOStream
The stream.
See Also