website/content/upload/_index.md
Alexandru c13ade559b
Some checks failed
pipeline / deploy-job (push) Has been cancelled
add a file uploader
2024-09-19 07:44:30 +03:00

8 lines
374 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>