You can right click the alert pop up, then click on select all, copy the text and paste it into dreamweaver or something else and then let that render it, it will show you what it is.
My best guess is that you have some kind of authneitcation scheme going on that the upload script isn't part of, so your getting a redirected login page, or something like that. You have to ensure you do not have some kind of global application wide handlers interfering with your FCKEditor code. You may also want to review your fckconfig.js file and ensure your paths are correct... if you have some incorrect paths, then it would return the HTML of a page cannot be found page, or your custom site wide error page. I have a lot of experience with FCKEditor, if you can select all and get that HTML of the JS pop up and actually understand what it's returning, I bet you will have an Ah ha! moment, and realize what's happening. Thanks, David McGraw Oyova Software, LLC http://www.oyova.com >Thanks John, I dont think its a CF error, thats the problem. A >narrow very tall popup appears (taller than the window) with a whole >lot of code in it, generated by javascript I assume, but since it's >in a popup, you cant cut and paste any of the content into a code >editor, and its so large you cant see all of it, so it never renders >properly. SO I don't know what the error is, or what's causing it, >only what point in the process it appears. > >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 Thu, Aug 19, 2010 at 9:04 AM, John M Bliss <[email protected]> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:336390 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

