Table Of Contents
 

CF_ProFlashUpload Installation

Author : Daniel Mackey Email : dan@digital-crew.com

Quick Demo Installation

When you download CF_ProFlashUpload, just copy this entire folder provide to your ColdFusion webserver root and browse to the the folder in your web browser.

To install this in your own application

  1. Copy the dcCom folder from this folder to the root of your application.
     (The root is where you application.cfm file is).

  2. Copy the dcCom.cfm custom tag file to the folder where you will be calling
     this component from.
      (For example, if you have a "pages" folder containing a coldfusion file
      that you want to run the component, then you need to have a copy of the
      dccom.cfm within the "pages" folder.)

  3. Just call the component using
     <cf_dcCom component="dcFlashupload" folder="#folder#"></cf_dcCom>.
     (Where the variable folder is a full file path to the upload directory
      including the trailing slash. eg. <cfset folder = ExpandPath('userUploads')>
      or <cfset folder = "c:\inetpub\wwwroot\uploadedFiles\">