AdvancedWebServer.postTo(file,formData,headers)

Posts a file to a web server.

Arguments:

Name Type Description Mode
file String the name of the file to post. in
formData String[String] the data form to be sent in the body (Default: no data in the body). in
headers String[String] the headers to be sent (Default: no headers). in