2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-28 22:23:33 +00:00

Output over 1MiB is passed back as an ArrayBuffer and an output file card is displayed.

This commit is contained in:
n1474335
2017-12-26 00:44:40 +00:00
parent 0e7989111f
commit af71ca6a25
7 changed files with 130 additions and 35 deletions

View File

@@ -77,7 +77,8 @@
transition: all 0.5s ease;
}
#input-file {
#input-file,
#output-file {
position: absolute;
left: 0;
top: 0;