In the past I've had flash retrieve the sessionid and then I add that to the file upload request so that they share the session. I don't use Rails so I'm sure of the details of how to accomplish it for your app.
--- In [email protected], "john_69_11" <[EMAIL PROTECTED]> wrote: > > I'm trying to do a file upload to a server (running rails if that > matters). When I upload the file it gets sent to the server fine, but > gets it's own seperate session. There is also no way to pass a result > (like the stored filename) back to flash. Does anyone know of a way > to get around this? > > Thanks, > > -John >

