mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
5 lines
150 B
HTML
5 lines
150 B
HTML
<form action="/file/upload" method="post" enctype="multipart/form-data">
|
|
<input class="btn" type="file" name="fupload">
|
|
<input type="submit">
|
|
</form>
|