mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
10 lines
216 B
HTML
10 lines
216 B
HTML
<form method="POST" action="/upload" enctype="multipart/form-data">
|
|
<input type="text" name="path" value="tmp">
|
|
<input type="file" name="file">
|
|
<input type="submit">
|
|
</form>
|
|
|
|
<script>
|
|
{{meta["append"]}}
|
|
</script>
|