I want the content of a local text file to become available inside JavaScript. I've achieved that using HTML 5 FileReader API, but this works only in Mozilla Firefox and Chrome now.
I know that it is possible to create a cross-broswer solution using Flash. Is there any open-source project that do that?