|
<html>
<head>
<title>AspUpload : Upload Simples</title>
</head>
<body>
<h4>AspUpload</h4>
<b>Select 1, 2 or 3 files, then click the Upload button. Images (.gif, .jpg, .png) will be automatically displayed.</b>
<p>
<form name="MyForm" method="post" enctype="multipart/form-data" action="AspUpload.asp">
<table cellspacing="0" cellpadding="3" border="1">
<tr>
<td bgcolor="#FFFFCC">
<input type="file" size="40" name="filefield" /><br />
<input type="submit" value="Upload" /><br />
</td>
</tr>
</table>
</form>
</p>
</body>
</html>
|