I am writing a web application and I am getting some data from a server using jQuery.
I want to save the data in a file on client-side and I tried this using the plugin JQuery.tWFile.js, but get the following exception
Error: A script from
http://localhost
was denied UniversalXPConnect privileges
How can I fix this? Are there any other better possibilities to save the data that I get from a server in a client-side file?