รายละเอียดของการตอบ ::
นี่คือโึค้ตของฟอร์มครับ
<body>
<form id="from" name="from" method="post" action="pagefrom">
<table width="200" border="0" align="right">
<tr>
<td height="26"><a href="pagefrom.php">
<input name="Back" type="submit" id="Back" value="< Back" />
</a></td>
</tr>
</table>
</form>
<form id="from" name="from" method="post" action="upfroms" enctype="multipart/form-data">
<table width="374" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2"><center>
<b>Upload File<b> </br>
</br>
</center></td>
</tr>
<tr>
<td width="129" height="25" align="right" valign="middle">กรุณากรอกชื่อไฟล์: </td>
<td width="245" valign="middle"><label>
<input name="nfrom" type="text" id="nfrom" style = "width:131px" />
</label>
<input name="nup" type="file" id="nup" size="25" maxlength="250"style = "width:220px" /></td>
</tr>
<tr>
<td width="129" height="25" align="right" valign="middle">กรุณาเลือกไฟล์: </td>
<td width="245" valign="middle"><div align="left"></div></td>
</tr>
<tr>
<td height="25"> </td>
<td>
<input name="submit" type="submit" value="ตกลง" onClick="return checkForm()"/>
<input name="submit" type="reset" value="ยกเลิก" /></td>
</tr>
</table>
</form>
</body>