Summary


ColdFusion provides HTTP agent technology through the use of <cfhttp>. <cfhttp> can be used to retrieve Web pages and files from remote Web servers and build query objects from remote data files. Cooperative agent technology can provide highly sophisticated content and application syndication services. Using HTTP agents provides a powerful platform for utilizing the Web as an information resource for your applications. FTP remains one of the primary Internet services for transferring files. <cfftp> allows you as a developer to integrate FTP communication between servers from within your applications.

Sample Questions

1:

<cfhttp> with method="GET" can send what type of parameters to the remote URL?

  1. FORM variables

  2. COOKIE variables

  3. URL parameters

  4. FILE uploads

2:

What tags would be needed to upload a file from a client's browser to the ColdFusion server and then syndicate the file to a remote FTP site?

  1. <cffile> and <cfcontent>

  2. <cffile> and <cfftp>

  3. <cfcontent> and <cfftp>

  4. <cffile> only

3:

Which <CFHTTP> variable would you inspect to learn information about the remote Web server?

  1. MimeType

  2. FileContent

  3. Header

  4. StatusCode



Macromedia ColdFusion MX 7 Certified Developer Study Guide
Macromedia ColdFusion MX 7 Certified Developer Study Guide
ISBN: 0321330110
EAN: 2147483647
Year: 2004
Pages: 389
Authors: Ben Forta

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net