Encog 1.1 for DotNet
AddFile Method (name, file, type)
NamespacesEncog.Bot.HTMLFormUtilityAddFile(String, String, String)
Add a file to a multipart form.
Declaration Syntax
C#Visual BasicVisual C++
public void AddFile(
	string name,
	string file,
	string type
)
Public Sub AddFile ( _
	name As String, _
	file As String, _
	type As String _
)
public:
void AddFile(
	String^ name, 
	String^ file, 
	String^ type
)
Parameters
name (String)
The field name.
file (String)
he file to attach.
type (String)
The mime type

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)