attachment preview, closes #210

This commit is contained in:
azivner
2018-11-16 18:40:58 +01:00
parent 94565e3ec0
commit 6b65592d7a
4 changed files with 30 additions and 2 deletions

View File

@@ -12,6 +12,12 @@
<th>File size:</th>
<td id="file-filesize"></td>
</tr>
<tr id="file-preview-row">
<th>Preview:</th>
<td>
<pre id="file-preview-content"></pre>
</td>
</tr>
<tr>
<td>
<button id="file-download" class="btn btn-primary" type="button">Download</button>