tator icon indicating copy to clipboard operation
tator copied to clipboard

Multiple-file upload from front end: way to easily resume with idempotency checks

Open ermbutler opened this issue 1 year ago • 2 comments

Problem: If for some reason you are uploading of a set of multiple files but it fails before completion, the only way to check where it ended / restart is manual. Currently there are backend scripts we use that include checks for this, but they are not accessible via the front-end.

Solution: Idea from @jrtcppv -- we could add an upload dialog box that allows you to set options such as idempotency checks.

ermbutler avatar Jul 25 '23 17:07 ermbutler

Related issue: #374.

jrtcppv avatar Jul 25 '23 18:07 jrtcppv

Related to: https://github.com/cvisionai/tator/issues/1153 as well.

bctcvai avatar Oct 30 '23 18:10 bctcvai