You are on page 1of 3

ANONYMOUS FILES

Drag and drop your !le here


or click to upload.

Options

Anonymity and privacy.


Many !le sharing websites track what you do, look at your !les and share your data. We value your right to privacy and
anonymity and promise never to do this.

Safe to use.
We do not allow any harmful software to be uploaded. All !les are scanned for viruses.

Zero logs.
Strict no logs policy. We will never log your IP or referer and we don't store logs.

Zero speed or bandwidth restrictions.


We do not limit your download/upload speeds or the amount of bandwidth you use or charge you for full access.

Upload files up to 5GB.


We o"er a large 5GB !le upload limit which we plan on increasing. Our storage solution is scalable so you can upload as
much as you like.

Offshore hosted.
Our servers are located o"shore, outside of EU and US jurisdictions. This means we do not collect, monitor or store your
personal data, or pass it on to third parties.
FREQUENTLY ASKED QUESTIONS

How to upload a file


Anonymous Files lets you upload !les anonymously. Just drag and drop a !le to the upload box, or you can click the box and
select a !le to upload. Please read the detailed guide on Medium.

How do I share my file


Once your !le has been uploaded the download page url will be returned and you can easily copy it by clicking the "Copy url"
button. This is url you need to share with others.

Temporary file upload


You can make your !le upload temporary by using the expiry feature. The !le will be deleted after this amount of time. You can
set a variety of expiry values from 1 hour (1h) to 24 hours (24h), 1 day (1d) to 7 days (7d), 1 week (1w) to 4 weeks (4w), 1 month
(1m) to 6 months (6m). This feature is useful for private !le sharing between friends or using it as a temporary !le upload
feature.

Is my file private
No, your !le will be publicly accessible by the url and search engines will list the !le. If you need the !le to be more private from
search engines then use the no index feature.

How to stop search engines from indexing my file


Use the no index upload option. This prevents search engines from indexing the !le by using a noindex meta tag. The !le will not
show up in search results. You can still share the !le download url easily as it will be publicly accessible.

How to display my file


If you upload an image, pdf, or text !le they will be displayed on the download page, if the !le is less than 3MB. Read the guide to
see examples of how they will be displayed.

How long are files uploaded for


Uploaded !les will remain for as long as possible. We will delete !les that have not been accessed or downloaded in a long time
(longer than 6 months).

How do I delete my file


You cannot delete a !le once it has been uploaded. However, you can set an expiry on a !le so that it deletes after a certain
amount of time. The maximum amount of time the !le can be deleted after is 6 months. If you really messed up and need to
delete a !le you uploaded, if you can prove ownership contact us and we may be able to help.

What can I upload


You can upload anything that is legal and free from viruses. Please be respectful of this service - it was built to respect your
privacy and make !le sharing cool again.

Are files safe from viruses


No harmful !le uploads are allowed. We scan all !les for anything dangerous to our users and will immediately delete the !le and
ban the uploader.
What are the upload limits
Max !le upload size is 5GB. There are no other limits for reasonable usage.

What are the download limits


There are none. We do not make you wait to download. We do not limit your speed. We do not limit the bandwidth you use.
(Most !le sharing sites do some or all of these and try to make you pay for access). Just be reasonable.

Reporting a file
If you feel a !le upload is against our terms of service please report the !le. On the download page click the Report link and
select the reason.

File upload API


We provide an anonymous !le upload API so you can use curl, Python, PHP, Ruby, or whatever language you like. The following is
an example using curl you can adapt to any language:

$ curl -F file=@myimage.jpg https://api.anonymousfiles.io/


{
"id": "31hs1337",
"name": "myimage.jpg",
"size": 1337,
"url": "https://anonymousfiles.io/31hs1337/"
}

See the API page for full details.

You might also like