2

In my web app I need to give the user the option to save a js variable as a file (when the user clicks download, the app offers him to save a file, preffereably as .js file).

Similarly as google docs offers you to save a file.

Is it possible for javascript to pass it's variable this way?

2 Answers 2

1

Check out Downloadify which allows exactly this.

Downloadify is a tiny JavaScript + Flash library that enables the generation and saving of files on the fly, in the browser, without server interaction.

it requires Flash installed in the user's browser to work, though.

I know of no other way of doing this without server interaction.

Sign up to request clarification or add additional context in comments.

1 Comment

The link is out of date -- that domain has been repurposed. However, the software is still available at github.com/dcneiner/Downloadify
0

You might also want to check out OpenSave:

http://www.gieson.com/Library/projects/utilities/opensave/

... which looks much like Downloadify, but seems to have a few extra features (and not as complicated?).

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.