diff options
author | Frederick Muriuki Muriithi | 2024-12-20 12:51:57 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-20 12:51:57 -0600 |
commit | d2b88e24acb0767d965d9df7dca5e1c37f612df5 (patch) | |
tree | 2423a3e62ce6d1b5826193b72414fbc91cb1512a /uploader | |
parent | 60c2c223c40b186d83d78c07261907ab84f87254 (diff) | |
download | gn-uploader-d2b88e24acb0767d965d9df7dca5e1c37f612df5.tar.gz |
Provide URI for the POST endpoint for chunked uploads.
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes-base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes-base.html b/uploader/templates/phenotypes/add-phenotypes-base.html index b6e0364..c4315ee 100644 --- a/uploader/templates/phenotypes/add-phenotypes-base.html +++ b/uploader/templates/phenotypes/add-phenotypes-base.html @@ -31,7 +31,8 @@ species_id=species.SpeciesId, population_id=population.Id, dataset_id=dataset.Id, - use_bundle=use_bundle)}}"> + use_bundle=use_bundle)}}" + data-resumable-target="{{url_for('files.resumable_upload_post')}}"> <legend>Add New Phenotypes</legend> <div class="form-text help-block"> |