mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated FAQ
This commit is contained in:
parent
9d12fc7701
commit
5ff512bc7f
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user