CFHTTPPARAM  
 
 

Required for CFHTTP POST operations, CFHTTPPARAM is used to specify the parameters necessary to build a CFHTTP POST.

 
 
  Syntax  
 
<CFHTTPPARAM NAME="name"
    TYPE="type"
    VALUE="transaction type"
    FILE="filename">

NAME

Required. A variable name for the data being passed.

TYPE

Required. The transaction type. Valid entries are:

  • URL
  • FormField
  • Cookie
  • CGI
  • File

VALUE

Optional for TYPE="File". Specifies the value of the URL, FormField, Cookie, File, or CGI variable being passed.

FILE

Required for TYPE="File".





 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.