I've got a page of code in the App_Code foler of my application. The class is called from an HTTP handler in web.config to handle a file upload. The file upload is based in Flash and ActionScript. In other words, a Flash movie uploads the file(s) to upload.axd, handled by the HTTP handler. From there, the handler processes the received file through the class. The Flash movie itself sits in a panel. I need some of the data in the class to pass back to a different panel so that I can edit some infomartion before it's stored in a SQL database. Anybody know how to do this? I hope I made what I'm trying to do clear. Please let me know if something's unclear. Thanks!