On 11/17/05, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote: > It's in the docs on the wiki site.
Yeah I see that. Those are brand-new. Looks like the new CF developer has been busy. they weren't around when I fought my own way thru this. FYI if you aren't happy with the way the author forces you to create subfolders for different media types you can do the following: 1. Change the cfparam of url.type to a cfset in /connector.cfm. Then you can place whatever you want into the url.type variable. I use a session variable that I set externally. Change lines 31 and 32 from this lAllowedExtensions = config.allowedExtensions[url.type]; lDeniedExtensions = config.deniedExtensions[url.type]; to this: lAllowedExtensions = config.allowedExtensions;// [url.type] lDeniedExtensions = config.deniedExtensions; // [url.type] in /fckconfig.js set FCKConfig.LinkUpload = false ; FCKConfig.ImageUpload = false ; FCKConfig.FlashUpload = false ; You can still upload via the BROWSER component (which has its own merits since you are enforcing a consistent interface across all media types), and now you won't have a file structure imposed on you by the editor. but your install is stuck in the web root until they fix that. Thats a deal-breaker for me. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224570 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

