Click or drag to resize
UploaderBaseUpload Method (Int32, String, String)
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,
	string temppath
)

Parameters

filesize
Type: SystemInt32
The filesize.
filename
Type: SystemString
The filename.
temppath
Type: SystemString
The temppath.
See Also