mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
6 lines
182 B
HTML
6 lines
182 B
HTML
<h2>File Upload</h2>
|
|
|
|
<form method="POST" enctype="multipart/form-data" action="/upload">
|
|
<input type="file" name="upfile" multiple>
|
|
<input type="submit" value="Press">
|
|
</form>
|