Table Of Contents
 

ProFlashUpload - Working with Linux

Directory Permissions


You need to set the permissions on the userUploads directory to 777.
(Thanks to Tom Davis for mentioning this.)

Upload URL


Linux users, if the upload appears to start but never reaches the server and you are just getting the red "err" message, then you probably need to manually specify the uploadURL.

To do this simply pass in the full path to the uploadFile.cfm file (in dccom/components/proflashupload).
eg. <cf_dccom componet="proflashupload" uploadurl="http://server.com/dccom/components/ProFlashUpload/uploadFile.cfm"...></cf_dccom>

(Thanks to Antoine Gattolliat for helping us figure out this one.)