2024-09-19 07:44:30 +03:00
|
|
|
---
|
|
|
|
title: File Uploader
|
|
|
|
---
|
|
|
|
This is a pretty bare bones file uploader. You can see the (badly written but whatever) backend here: https://git.fzorb.xyz/fzorb/filehandler
|
2024-09-19 11:34:31 +03:00
|
|
|
|
|
|
|
**Max file size**: 128mb
|
2024-09-19 07:44:30 +03:00
|
|
|
<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).
|
|
|
|
|
|
|
|
## Abuse:
|
|
|
|
In the case of a file that violates these terms, please contact me via [email](mailto:fzorb@fzorb.xyz)
|