You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST the result in the output back to the server so it can send it back as a file;
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.
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.
The text was updated successfully, but these errors were encountered: