Anyone figure out how to make this work just using CFML and/or changing 
Administrator configuration? 

I've Tried: 

 1. <cjajaximport scriptsrc="/cfscripts/"/> where "cfscripts" is a copy 
everything in CFIDE/scripts. 
 2. CF Adminstrator > Server Settings > Settings > Default ScriptSrc Directory 

What I'm seeing through Firebug is the JavaScript file 
(/ajax/package/cffileupload_swf.js) responsible for loading the cffileupload 
SWF always looks in:

/CFIDE/scripts/ajax/resources/cf/assets/MultiFileUpload.swf

The solution I've been able to come up with thus far is editing 
cffileupload_swf.js to change the following line to point at the new location:

defaultSWFLocation="/CFIDE/scripts/ajax/resources/cf/assets/MultiFileUpload.swf";



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334408
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to