Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add button to output page to download output as a file #38

Closed
jonblack opened this issue Sep 4, 2014 · 2 comments
Closed

Add button to output page to download output as a file #38

jonblack opened this issue Sep 4, 2014 · 2 comments
Labels

Comments

@jonblack
Copy link
Contributor

jonblack commented Sep 4, 2014

The user should be able to download the output as a file. If the output is an error message, the download button should be disabled.

@jonblack jonblack added this to the next milestone Oct 30, 2014
@jonblack
Copy link
Contributor Author

There are two ways to achieve this:

  1. POST the result in the output back to the server so it can send it back as a file;
  2. Save the result output to a file and link to a download URL which serves the saved file;

The first option is a bit ugly. The second option requires a means to manage the storage of results - after a certain amount of time, the data should be deleted (e.g. one week).

Unless there's a good reason not to, implement number 2. Postpone for now.

@jonblack jonblack removed this from the 4.0.0 milestone Oct 30, 2014
@jonblack
Copy link
Contributor Author

Duplicate of #21.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant