mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
9 lines
209 B
HTML
9 lines
209 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<h2>DMVCFramework - FileUpload DEMO</h2>
|
||
|
<form action="/file" method="post" enctype="multipart/form-data">
|
||
|
<input type="file" name="fupload">
|
||
|
<input type="submit">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|