Updated FAQ

This commit is contained in:
Bobby Wibowo 2019-12-05 03:19:23 +07:00
parent 9d12fc7701
commit 5ff512bc7f
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -24,9 +24,10 @@
<article class="message">
<div class="message-body">
Unless I receive a copyright complain, or some other bullshit, I will.<br>
Logs of taken down files can be found <a href="https://safe.fiery.me/takedowns" target="_blank" rel="noopener">here</a>.<br>
<br>
However, we also have temporary uploads feature which will automatically delete your files after a certain period of time.<br>
You can configure this feature through our homepage's config tab.
You can configure this feature through our homepage's Config tab.
</div>
</article>
@ -122,9 +123,10 @@
<h2 class='subtitle'>So your API supports chunked uploads?</h2>
<article class="message">
<div class="message-body">
Yes, the homepage uploader was coded to chunk uploads into {{ chunkSizeInt }} MB pieces by default (chunk size is configurable through the config tab).<br>
If you want to chunk your API uploads, feel free to inspect the <a href="https://github.com/BobbyWibowo/lolisafe" target="_blank" rel="noopener">source code</a> to see how it works.<br>
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).<br>
If you want to chunk your API uploads, feel free to chunks the <a href="https://github.com/BobbyWibowo/lolisafe" target="_blank" rel="noopener">source code</a> to see how it works.<br>
<br>
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.
</div>
</article>
{%- endif %}