From 90871e4d43de415a07e9276b9d1437f1d5edde06 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 24 Jun 2024 14:42:02 -0500 Subject: New Issue: gn-uploader: Resumable uploads. --- issues/gn-uploader/resume-upload.gmi | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 issues/gn-uploader/resume-upload.gmi (limited to 'issues') diff --git a/issues/gn-uploader/resume-upload.gmi b/issues/gn-uploader/resume-upload.gmi new file mode 100644 index 0000000..14c415a --- /dev/null +++ b/issues/gn-uploader/resume-upload.gmi @@ -0,0 +1,22 @@ +# gn-uploader: Resume Upload + +## Tags + +* status: open +* priority: medium +* assigned: fredm, flisso +* type: feature request, feature-request +* keywords: gn-uploader, uploader, upload, resume upload + +## Description + +If a user is uploading a particularly large file, we might need to provide a way for the user to resume their upload of the file. + +Maybe this can wait until we have +=> /issues/gn-uploader/link-authentication-authorisation linked authentication/authorisation to gn-uploader. +In this way, each upload can be linked to a specific user. + +### Possible Resources + +=> https://javascript.info/resume-upload +=> https://github.com/23/resumable.js/ -- cgit v1.2.3