Email is going to transfer but
file path is not going to transfer
in a text format ?
i also want to display Both on the web page
so what i suppose to do ?
Code: Select all
<body>
<center>
<br><br><br><br><br>
<form enctype="multipart/form-data" method="post" action="result.php">
<table width="343" border="0">
<tr>
<td width="101">Email ID : </td>
<td width="226"><input type="text" name="textfield"></td>
</tr>
<tr>
<td>Brows File : </td>
<td><label>
<input type="file" name="file">
</label></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" value="Submit"></td>
</tr>
</table>
</form>
</center>
</body>