website/content/upload/_index.md
Alexandru 2646a07e5b
All checks were successful
pipeline / deploy-job (push) Successful in 35s
add badges
2024-09-19 11:34:31 +03:00

15 lines
656 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
**Max file size**: 128mb
<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).