asked on
<form enctype="multipart/form-data" action="somepage.php" method="post" id="upload">
<table cellpadding="5" cellspacing="0" width="500" border="0">
<tr>
<td class="width"><label for="image">Upload CSV file : </label></td>
<td><input type="hidden" name="MAX_FILE_SIZE" value="10000000" />
<input type="file" name="csvfile" id="csvfile" value=""/></td>
<td><input type="submit" name="uploadCSV" value="Upload" /></td>
</tr>
</table>
</form>