safe.fiery.me is merely another clone of lolisafe. lolisafe itself is an easy to use, open source and completely free file upload service. We accept your files, photos, documents, anything, and give you back a shareable link for you to send to others. On a side note, this site was originally made for personal usage but I disabled private mode in the end, so yeah, feel free..
</div>
</article>
<h2class='subtitle'>Will you keep my files forever?</h2>
<articleclass="message">
<divclass="message-body">
Unless we receive a copyright complain or some other bullshit, we will.
</div>
</article>
<h2class='subtitle'>How can I keep track of my uploads?</h2>
Simply create a user on the site and every upload will be associated with your account, granting you access to your uploaded files through our dashboard.<br>
<br>
By having an account, you will also be able to set a preferred file name length!
Albums are a simple way of sorting uploads together. Right now you can create albums through the dashboard and use them <s>only</s>* with <atarget="_blank"href="https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj">our chrome extension</a> which will enable you to <strong>right click -> send to lolisafe</strong> or to a desired album if you have any. You will probably have to change some things involving https://safe.fiery.me/api/upload.<br>
<br>
* You are no longer required to use the chrome extension to utilize albums. As long as you are logged in, you will be able to choose your albums from the upload page (of course the albums had to be created first from the dashboard).
Yes. Just add two text fields containing the file's UUID and the chunk's index, named "uuid" and "chunkindex" respectively, to the multipart/form-data that you POST to https://safe.fiery.me/api/upload. Once all chunks have been successfully uploaded, then you can POST a JSON request to https://safe.fiery.me/api/upload containing the file's UUID, original filename, original size, mime type and chunk counts, with keys "uuid", "original", "size", "type" and "count" respectively.<br>
<br>
If that sounds too complicated, then just try to trigger chunked uploads with the home page's uploader and inspect the HTTP requests.