file preview feature added

This commit is contained in:
dewanhimanshu 2021-06-02 22:26:08 +05:30
parent 5c4aeb0108
commit a593ef1a6e
3 changed files with 19 additions and 1 deletions

View file

@ -80,6 +80,10 @@
<h3>File Received</h3>
<div class="font-subheading" id="fileName">Filename</div>
<div class="font-body2" id="fileSize"></div>
<div class='preview' style="visibility: hidden;">
<img id='img-preview' src="">
</div>
<div>
<div class="row">
<label for="autoDownload" class="grow">Ask to save each file before downloading</label>
<input type="checkbox" id="autoDownload" checked="">