FormsService httpPost Method (String, NameValueCollection,   )frevvo Live Forms
Perform an http-post operation.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public string httpPost(
	string url,
	NameValueCollection nvc,
	params MediaSource[] sources
)

Parameters

url
Type: OnlineSystem String
The address
nvc
Type: OnlineSystem.Collections.Specialized NameValueCollection
The post parameters, may be null
sources
Type:  MediaSource 
The related media sources to be uploaded, may be null

Return Value

Type: OnlineString
Returns the location of the created or uploaded document
See Also