word_data_batch.inc 634 Bytes
<?php
/**
 * 解梦内容编辑
 * $Id: product_category_new_input.inc,v 1.1 2015/10/08 11:18:53 wanggb Exp $
 * @author wanggb
 * @access public
 * @package manager.templates
 **/

?>
<b>单词批量上传</b><br />
<br />
<form name="word_data_batch" action="word_dat_batch_result.php" method="post" enctype="multipart/form-data">
<table width="80%">
	<tr>
		<td>请指定上传文件</td>
	</tr>
	<tr>
		<td class="begin_blank">
			<input type="file" id="csv_file" name="csv_file" accept="text/csv"/>
		</td>
	</tr>	
</table>
<br />
<input type="button" value="提交" class="button_width_normal" onClick="doCheckCsv();"/>
</form>