HttpForm.AddFile (gb.net.curl)
Sub AddFile ( Field As String, Path As String [ , Name As String ] )
Upload a file through the form.
-
Field is the field name.
-
Path is the path of the file to upload.
-
Name is the actual file name sent. By default, this is the base name of Path.