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,
	Stream stream
)
Visual Basic
Public Sub Upload ( _
	filesize As Integer, _
	filename As String, _
	stream As Stream _
)
Visual C++
public:
void Upload(
	int filesize, 
	String^ filename, 
	Stream^ stream
)

Parameters

filesize
Type: System..::..Int32
The filesize.
filename
Type: System..::..String
The filename.
stream
Type: System.IO..::..Stream
The stream.

See Also