0 Replies Latest reply on Sep 7, 2007 8:40 PM by icai

    Passing parameter from one window to another.

    icai

      Hi,
      I have this situation where I upload a file to a server by opening a new popup window (I had to open a window and I wasnt able to upload file in ajax manner). Now when I select a file in new window and say "attach" file gets uploaded to a server and window is closed. You see the parent window now. I want that when the upload window closes, parent window shows you what files you uploaded. But I dont see any way to do it.

      My application is a true ajax application, every request uses a4j tags to submit. I want the parent window to get the name of the file in ajax manner only else my effort of months will be a waste :-).

      Any pointer will big big help!

      Thanks !