Flash file upload (FileReference) and CF sessions
Hi,
We have CF8 on top of IIS6. Our CF application requires user authentication (session based). Our CF application offers users ability to upload files with a Flash AS3 SWF application (using FileReference class).
However, when uploading files with the SWF, the current session is not maintained in browsers other than IE. Because our CF application requires authentication this leads to uploading failing (upload page is automatically redirected to login page, as per CF application settings) on all browsers other than IE.
Is there a solution to make Flash Player uploading retain the session? It retains the session with all other interactions (file downloading, Flash Remoting etc.).
The only solution I can think of is doing the uploading with regular HTML, but it doesn't offer all the information and interactivity provided by Flash.
