mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: improve examples/vweb/file_upload
This commit is contained in:
12
examples/vweb/file_upload/submit.html
Normal file
12
examples/vweb/file_upload/submit.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<meta charset="utf-8">
|
||||
|
||||
Submitted form info:
|
||||
|
||||
@for name, value in form_data
|
||||
|
||||
<h2>name: @name</h2>
|
||||
<p>value: @value</p>
|
||||
|
||||
@end
|
||||
|
||||
<a href="/">Back</a>
|
||||
Reference in New Issue
Block a user