Ajax Uploader Class Reference

UploaderBase.Upload Method (Int32, String, String)

Use server file to simulate file uploading and uploaded event. This method affects all child types.

[Visual Basic]
Overloads Public Sub Upload( _
   ByVal filesize As Integer, _
   ByVal filename As String, _
   ByVal temppath As String _
)
[C#]
public void Upload(
   int filesize,
   string filename,
   string temppath
);

Parameters

filesize
The filesize.
filename
The filename.
temppath
The temppath.

See Also

UploaderBase Class | CuteWebUI Namespace | UploaderBase.Upload Overload List