aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-24 16:28:16 -0500
committerFrederick Muriuki Muriithi2025-03-24 16:28:16 -0500
commit168b179a03b011dee8af3a32116f4b0c80c491ce (patch)
treef9dd03e7f267665397dcde7d9eba5c97aca82b76
parent1c73628f7eee68b25821094cf6cc3e49c3fe9180 (diff)
downloadgn-uploader-168b179a03b011dee8af3a32116f4b0c80c491ce.tar.gz
Only allow text/tab-separated-values files to be uploaded.
-rw-r--r--uploader/templates/phenotypes/bulk-edit-upload.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/bulk-edit-upload.html b/uploader/templates/phenotypes/bulk-edit-upload.html
index da4c7cc..d0f38f5 100644
--- a/uploader/templates/phenotypes/bulk-edit-upload.html
+++ b/uploader/templates/phenotypes/bulk-edit-upload.html
@@ -45,6 +45,7 @@
name="file-upload-bulk-edit-upload"
class="form-control"
type="file"
+ accept="text/tab-separated-values"
required="required" />
</div>
</div>