website/content/upload/_index.md
Alexandru b5e046cc2f
All checks were successful
pipeline / deploy-job (push) Successful in 38s
add tos
2024-09-19 07:57:24 +03:00

13 lines
630 B
Markdown

---
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
<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">
</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.
* IP addresses are collected and stored indefinetely (access.log gets wiped once in a while).