diff options
author | Frederick Muriuki Muriithi | 2025-03-24 16:28:16 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-24 16:28:16 -0500 |
commit | 168b179a03b011dee8af3a32116f4b0c80c491ce (patch) | |
tree | f9dd03e7f267665397dcde7d9eba5c97aca82b76 | |
parent | 1c73628f7eee68b25821094cf6cc3e49c3fe9180 (diff) | |
download | gn-uploader-168b179a03b011dee8af3a32116f4b0c80c491ce.tar.gz |
Only allow text/tab-separated-values files to be uploaded.
-rw-r--r-- | uploader/templates/phenotypes/bulk-edit-upload.html | 1 |
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> |