3.64. FORMADD string

[<<<] [>>>]

curl::option CurlHandle,"FORMADD", _
     "NAME","field_name", _
     "VALUE","field_value", _
     "FILE","name_of_file_to_upload", _
     "FILENAME","reported_file_name", _
     "CONTENTTYPE","content/type", _
     "HEADER","extra-content: header"

Use this option to specify post parameters to be sent to the server when retrieving the URL. There should be even number of arguments following the option "FORMADD". Each pair of arguments specify the argument type and the value. The argument types can be:


[<<<] [>>>]