[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Uploads a local file to a resource with the specified URI. [Property] WebClient=Sets WebClient manager. ARG(WebClient)|20|(empty)|WebClient +URI=Sets the string containing the URI of the resource to receive the file. ARG(string)|2| FileName=Sets the file to send to the resource. ARG(string)|2| Method=Sets the HTTP method used to send the data to the resource. ARG(string)|2| [Methods] doUpload=Uploads the specified local file to a resource with the specified URI. ARG(string URI, string FileName)|1|0 *doUpload2=Uploads the specified local file to a resource with the specified URI, using the specified method. ARG(string URI, string FileName, string Method)|1|0 onUpload=Occurs after invoke method doUpload and returns the Byte array containing the body of the response from the resource. ARG(byte[])|2|13 Result=Returns the Byte array containing the body of the response from the resource. ARG(byte[])|3|13 URI=Defines the string containing the URI to download. ARG(string)|4|2 FileName=Defines the file to send to the resource. ARG(string)|4|2 *Method=Defines the HTTP method used to send the data to the resource. ARG(string)|4|2