delphimvcframework/samples/fileupload/document_root/fileupload.html

9 lines
209 B
HTML
Raw Normal View History

2013-10-29 16:51:16 +01:00
<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>