|
Table Of Contents
|
CF_ProFlashUpload InstallationQuick Demo InstallationWhen 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. 2. Copy the dcCom.cfm custom tag file to the folder where you will be calling <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\"> |