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.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SendTextAsFile(
string content,
string Filename
)
Public Sub SendTextAsFile (
content As String,
Filename As String
)
public:
void SendTextAsFile(
String^ content,
String^ Filename
)
member SendTextAsFile :
content : string *
Filename : string -> unit
Parameters
- content
- Type: SystemString
the text to send - Filename
- Type: SystemString
The local path of
the file to send.
See Also