delphimvcframework/samples/fileupload/document_root/fileupload.html
2013-10-29 15:51:16 +00:00

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>