Name

CFHTTPPARAM

Synopsis

<CFHTTP> 
  [<CFHTTPPARAM>]
  ... 
</CFHTTP>

Used in conjunction with the CFHTTP tag to post CGI, cookie, file, form-field, and URL variables to remote web servers.

Attributes

NAME=" name "

The name of the parameter to pass. Required

TYPE=" type "

The parameter type to pass. Valid entries are CGI, Cookie, File, Formfield, and URL. Required.

VALUE=" value "

The value of the CGI, Cookie, Formfield, or URL being passed. Required for all types except File.

FILE=" filename "

The name (including path) of the file to post. Required when TYPE is File.

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.