Click or drag to resize
HTTPSendSendTextAsFile Method
Transmits a file to the web server stated in the URL property. You may call this several times and it will use the values previously set for fields and URL.

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 SendTextAsFile(
	string content,
	string Filename
)

Parameters

content
Type: SystemString
the text to send
Filename
Type: SystemString
The local path of the file to send.
See Also