Click or drag to resize
HTTPSendWriteFile Method
Reads in the file a chunck at a time then sends it to the output stream.

Namespace: Kettic.AspNet.Controls.Editor.DialogControls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void WriteFile(
	Stream Output,
	string Filename
)

Parameters

Output
Type: System.IOStream
The stream to write to.
Filename
Type: SystemString
The local path of the file to send.
See Also