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

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public void Upload(
	int filesize,
	string filename,
	string temppath
)
Visual Basic
Public Sub Upload ( _
	filesize As Integer, _
	filename As String, _
	temppath As String _
)
Visual C++
public:
void Upload(
	int filesize, 
	String^ filename, 
	String^ temppath
)

Parameters

filesize
Type: System..::..Int32
The filesize.
filename
Type: System..::..String
The filename.
temppath
Type: System..::..String
The temppath.

See Also