rewrite a bit of the file uploader page
This commit is contained in:
parent
90f5d0e177
commit
b3f760658e
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
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">
|
||||
|
@ -13,6 +10,8 @@ This is a pretty bare bones file uploader. You can see the (badly written but wh
|
|||
* 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).
|
||||
* No malware
|
||||
|
||||
## Abuse:
|
||||
In the case of a file that violates these terms, please contact me via [email](mailto:fzorb@fzorb.xyz)
|
||||
**Abuse**: In the case of a file that violates these terms, please contact me via [email](mailto:fzorb@fzorb.xyz)
|
||||
**Source code**: https://git.fzorb.xyz/fzorb/filehandler
|
||||
**Max file size**: 128mb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue