aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/index.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-06-10 08:06:47 +0300
committerFrederick Muriuki Muriithi2022-06-10 08:06:47 +0300
commit557d1d5c19ab518fa7abb3229c6d9042867e6c00 (patch)
tree97b2ca39fe49600da74dbfa9ca358fa97f114a92 /qc_app/templates/index.html
parent35a9cf67a9e055925f11a12c9fb964e5dbeb5525 (diff)
downloadgn-uploader-557d1d5c19ab518fa7abb3229c6d9042867e6c00.tar.gz
Enable upload of zipfiles
Diffstat (limited to 'qc_app/templates/index.html')
-rw-r--r--qc_app/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html
index 28aaa7f..b14f3d4 100644
--- a/qc_app/templates/index.html
+++ b/qc_app/templates/index.html
@@ -31,7 +31,7 @@
<label for="file_upload">select file</label>
<input type="file" name="qc_text_file" id="file_upload"
- accept="text/tab-separated-values" />
+ accept="text/tab-separated-values, application/zip" />
<input type="submit" value="upload file" class="btn btn-main" />
</form>