postBinary ( string url , map[string:string] postData , string path ) : string
Send a POST request which will return a file to save
See also
postBodypost
postFile
httpHeader
httpHeaderClear
getPage
Parameters
url
postData
Map of data to send in the POST request. In key the field name and in the value its value.
path
Path for the file to write.