[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Uploads the specified string to the specified resource. [Property] WebClient=Sets WebClient manager. ARG(WebClient)|20|(empty)|WebClient +URI=Sets the string containing the URI to download. ARG(string)|2| Method=Sets the HTTP method used to send the data to the resource. ARG(string)|2| [Methods] doUpload=Uploads the specified string to the specified resource. ARG(string URI, string Data)|1|0 *doUpload2=Uploads the specified string to the specified resource, using the specified method. ARG(string URI, string Data, string Method)|1|0 onUpload=Occurs after invoke method doUpload and returns the string containing the response sent by the server. ARG(string)|2|2 Result=Returns the string containing the response sent by the server. ARG(string)|3|2 URI=Defines the URI of the resource to receive the data. ARG(string)|4|2 Data=Defines the string 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