I have an offine web page using jQuery. I would like it to read a file chosen by the user (or several files). I would like the file picker to be diplayed in another browser window, that would send the data back to the original window.
So:
- In the original windows there is a button "Choose files".
- New windows opens, which allows user to choose files in the form. User clicks "OK", the window is closed and somehow send the data about the choosen files to the original windows.
- The data that have been received are processed (and event is riggered).
What I manage to find is this: http://www.sfpeter.com/2008/03/communication-between-browser-windows-with-jquery-my-new-plugin/
However is seems rather oldish - do you know any newer and better solutions?
Check the bottom comment in the link you posted (posted by the author of the article):
Maybe that will help.