mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
6 lines
177 B
HTML
6 lines
177 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>
|