add badges

This commit is contained in:
Alexandru 2024-09-19 11:34:31 +03:00
parent b5e046cc2f
commit 2646a07e5b
13 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
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">