> Sorry, I simply haven't had time for my open source projects and that > includes any kind of support on my open source projects. Going to > cf-talk is the right thing of course. > > #1 - the screenshot posted is a javascript alert, not really a popup, > so you can't right or left click on it and select anything.
Rick, just FYI, I can and do get the data out of those alert boxes on a regular basis. I posted instructions on how to do this earlier ;-) > #2 - the contents of the alert show your CMS login, which means the > upload script isn't authenticated, as someone else suggested earlier. > Regardless of the fact that you are logged in and normal CFMs are > executing fine, you can't argue with the fact that the upload script > isn't authenticated. > > I can tell you why - it's because the flash app that's sending the > files doesn't send the same cookies that your browser sends directly. > I don't know why and I haven't found the time to figure it out. > > So the flash uploader basically doesn't work. The reason for this is that the flash uploader has its own HTTP client built in that is not the browser. Cookies saved by one HTTP client are generally stored in a different place to another HTTP client and as such, the flash and browser cookies are distinct. Unless you pass in the relevant cookies into the flash when you initialise it and force those cookie values to be used by the flash HTTP client when the upload is triggered it will never work where authentication is required as is the case in this instance. Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:336398 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

