website/content/upload/_index.md

8 lines
374 B
Markdown
Raw Normal View History

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
<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>