{% extends "_layout.njk" %} {% block stylesheets %} {{ super() }} {% endblock %} {% block content %} {{ super() }}

What is safe.fiery.me?

safe.fiery.me is merely another clone of lolisafe. We accept your files, photos, documents, anything, and give you back a shareable link for you to send to others.

Will you keep my files forever?

Unless I receive a copyright complain or some other bullshit, I will.

How can I keep track of my uploads?

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.
By having an account, you will also be able to set file name length for your new uploads!

Do you have any No-JS uploader?

Yes, check out this page.
Unfortunately you will not be able to associate your uploads to your account, if you have any.
Then again, if you want to use the No-JS uploader, then it's very likely that you will not use the Dashboard anyways.

What are albums?

Albums are a simple way of sorting uploads together. Right now you can create albums through the dashboard, then afterwards you can use them through the homepage uploader or with our chrome extension, which will enable you to right click -> send to lolisafe or to a desired album if you have any. You will probably have to change some things involving https://safe.fiery.me/api/upload if you want to use the extension though.

Why should I use this?

I don't know.

I saw something too illegal for my tastes here, what do?

Send a strongly worded email to bobby@fiery.me and I will try to get back to you within 24 hours.

Do you support chunked uploads?

Yes, the homepage uploader will chunk your uploads into 10 MB pieces by default. If you want to utilize chunked uploads with the API, then feel free to inspect the HTTP requests.
{% endblock %}