URL Property
The URL to post information to.
Syntax
public String getURL(); public void setURL(String URL);
Remarks
This property specifies the web page to post the files and form data to. It is the same as the value specified by '<FORM ACTION=...>' in HTML forms.
This property must be set before calling the Upload method.
Default Value
""