From 4c953ee8fd6636523cccd9c5bbf387aab734d86c Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Fri, 15 Aug 2025 10:26:21 -0600 Subject: added collection attribute setting for zim and warc imports Having the collection attribute for those imports enables to use those import methods for YaCy Pack generation which requires the collection name to produce a pack name. Fixed also file upload option through browser for both methods. For large zim/warc files you require large memory settings to be able to cache the uploaded file. You also need large memory requirements in your browser to upload gigabytes of files through multipart/form-data uploads. --- htroot/IndexImportWarc_p.html | 4 +++- htroot/IndexImportZim_p.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'htroot') diff --git a/htroot/IndexImportWarc_p.html b/htroot/IndexImportWarc_p.html index 2a79d1fc4..e70b19ba6 100644 --- a/htroot/IndexImportWarc_p.html +++ b/htroot/IndexImportWarc_p.html @@ -14,7 +14,7 @@ #(import)#

No import thread is running, you can start a new thread here

-
+
Warc File Selection: select an warc file (which may be gz compressed) @@ -30,6 +30,8 @@
+
+
diff --git a/htroot/IndexImportZim_p.html b/htroot/IndexImportZim_p.html index 68d74762e..b4914cea8 100644 --- a/htroot/IndexImportZim_p.html +++ b/htroot/IndexImportZim_p.html @@ -25,6 +25,8 @@
+
+
-- cgit v1.2.3