RICK!! Thank you for your response. I am most grateful. I thought we'd lost you.
However unless the flash/cookie authentication thing is quick for me to fix, I'm still going to have to move on to another product I'm afraid. Your CFFM is a super application, except for the fact that the uploader has this authentication issue. By the sound of it, quite a few people have experienced this same issue, so if you want to keep moving it along, you will probably need to spend some time working out a solution for this sooner or later. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Fri, Aug 20, 2010 at 1:56 AM, Tony Bentley <[email protected]> wrote: > > you can add this code to the cffm.js: > > function createErrorWin(msg){ > var el = $(document.createElement("div")); > $(el).html(msg); > $(el).css("zIndex",999); > $("body").append(el); > } > and then do a find and replace for all alerts; find:alert > replace:createErrorWin > > If an error pops up, it should show up as a div (which is better IMHO). You > could probably add a link in there that deletes the div but this should get > you going. I didn't fix your problem but maybe you just need a better > debugging handler and use firebug/firefox or chrome and check out the console > as others have mentioned. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:336431 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

