mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: add multipart/form-data parser and file upload (#8160)
This commit is contained in:
6
examples/vweb/file_upload/index.html
Normal file
6
examples/vweb/file_upload/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user