CF9 <cffile> changes???
I have a flex app that would send a file to a cfm and it would resize it, rename it and upload/write the file to the server. In flex I could put a "UPLOAD_COMPLETE_DATA" listener and an error listener on the file I was sending and CF would return back the event. We are switching over to CF9 and it seems that CF9 no longer sends back an event, so the app doesnt know when the file has been uploaded. I made a simple version of this to confirm, and it works fine in 8 but does not work in 9. Does anyone know what has changed, or a way to get around this?
