ColdFusion 9.0 Resources |
Using the Util classThe Image, PDF, and Mail services typically act on a file that has been uploaded to the server. To upload the file to your CF server, use the Util class to run the ColdFusion Upload service. The Util class consists of two elements:
You use the UPLOAD_URL constant and the extractURLFromUploadResponse() function in the following workflow to upload a file and use the file in a ColdFusion service. |