2024-09-19 07:44:30 +03:00
|
|
|
---
|
|
|
|
title: File Uploader
|
|
|
|
---
|
|
|
|
<form enctype="multipart/form-data" action="https://files.fzorb.xyz/upload" method="post">
|
|
|
|
<input type="file" name="file">
|
|
|
|
<input type="submit" value="upload" class="uploadbuton">
|
2024-09-19 07:57:24 +03:00
|
|
|
</form>
|
|
|
|
|
|
|
|
## Terms:
|
|
|
|
* Don't post illegal content under Romanian and Luxembourgish law.
|
|
|
|
* We don't collect personal information other than the one you submit voluntarily.
|
2024-09-20 11:25:00 +03:00
|
|
|
* IP addresses are collected and stored indefinetely (access.log gets wiped once in a while).
|
2024-09-20 11:27:29 +03:00
|
|
|
* No malware
|
2024-09-28 22:26:19 +03:00
|
|
|
* There is absolutely ZERO guarantee these files will be preserved. Some files might be deleted at out own discretion.
|
2024-09-20 11:25:00 +03:00
|
|
|
|
2024-09-20 11:27:29 +03:00
|
|
|
**Abuse**: In the case of a file that violates these terms, please contact me via [email](mailto:fzorb@fzorb.xyz)
|
|
|
|
**Source code**: https://git.fzorb.xyz/fzorb/filehandler
|
|
|
|
**Max file size**: 128mb
|