From d2b88e24acb0767d965d9df7dca5e1c37f612df5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 20 Dec 2024 12:51:57 -0600 Subject: Provide URI for the POST endpoint for chunked uploads. --- uploader/templates/phenotypes/add-phenotypes-base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uploader/templates/phenotypes/add-phenotypes-base.html') 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')}}">