mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Output files can now be downloaded using FileSaver (supports large files ~500MB)
This commit is contained in:
parent
af71ca6a25
commit
ff94172b3c
6 changed files with 952 additions and 18 deletions
|
@ -222,7 +222,7 @@
|
|||
<img aria-hidden="true" src="<%- require('../static/images/cyberchef-256x256.png') %>" alt="File icon"/>
|
||||
<div class="card-body">
|
||||
Size: <span id="output-file-size"></span><br>
|
||||
Download<br>
|
||||
<button id="output-file-download" type="button" class="btn btn-primary btn-sm">Download</button><br>
|
||||
Display in output<br>
|
||||
Options for how much to display
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue