From 5ff512bc7f58dcaef02d65d6d06137b06f1865cd Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Thu, 5 Dec 2019 03:19:23 +0700 Subject: [PATCH] Updated FAQ --- views/faq.njk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/views/faq.njk b/views/faq.njk index 079975d..d8109f1 100644 --- a/views/faq.njk +++ b/views/faq.njk @@ -24,9 +24,10 @@
Unless I receive a copyright complain, or some other bullshit, I will.
+ Logs of taken down files can be found here.

However, we also have temporary uploads feature which will automatically delete your files after a certain period of time.
- You can configure this feature through our homepage's config tab. + You can configure this feature through our homepage's Config tab.
@@ -122,9 +123,10 @@

So your API supports chunked uploads?

- Yes, the homepage uploader was coded to chunk uploads into {{ chunkSizeInt }} MB pieces by default (chunk size is configurable through the config tab).
- If you want to chunk your API uploads, feel free to inspect the source code to see how it works.
- A rough description of how it works is to simply upload the chunks with their UUID information attached, and then call the "finish chunks" API to rebuild them into a single proper file. + Yes, the homepage uploader was coded to chunk uploads into {{ chunkSizeInt }} MB pieces by default (configurable through the homepage's Config tab).
+ If you want to chunk your API uploads, feel free to chunks the source code to see how it works.
+
+ A rough description of how it works is to simply upload the chunks with their UUID information attached, and then call the "finish chunks" API with the said UUID, to rebuild them into a single proper file.
{%- endif %}