summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-24 14:42:02 -0500
committerFrederick Muriuki Muriithi2024-06-24 14:43:34 -0500
commit90871e4d43de415a07e9276b9d1437f1d5edde06 (patch)
tree54d2ae32ce7b425ffcd5a81304e0a6fed70561f3 /issues
parentd8483877e43722b5c1308f425388911296f64065 (diff)
downloadgn-gemtext-90871e4d43de415a07e9276b9d1437f1d5edde06.tar.gz
New Issue: gn-uploader: Resumable uploads.
Diffstat (limited to 'issues')
-rw-r--r--issues/gn-uploader/resume-upload.gmi22
1 files changed, 22 insertions, 0 deletions
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/