[求助]上传文件在表单中怎么读取?
大家帮我看看啊!我下载了一个无组件上传文件的代码,单独使用可以上传文件,但form中有其他数据是时如下:就不能正常上传文件
<tr>
<td width="200" align="right">原有人员安置:</td>
<td width="500" align="left"><p>
<input type="text" size="30" name="worker" maxlength="10" />
<font color="#FF0000">*</font></p> </td>
</tr>
<tr>
<td width="200" align="right">债权债务承担:</td>
<td width="500" align="left"><input type="text" size="30" name="debtWith" maxlength="30" />
<font color="#FF0000">*</font> </td>
</tr>
<tr>
<td width="200" align="right">文件上传:</td>
<td width="500" align="left"><input type="file" name="upload"/>
<font color="#FF0000">
我用procees.asp将form中的数据写如数据库中,而文件数据是写入文件夹,但是当将文件上传的处理代码放到procees.asp
中时,并不能将文件上传.也就是前台一个表单,后台一个处理页面同时处理文件的读写和form其他数据的读写
这个问题研究很长时间了,老是搞不出来,还望各位大虾给我指点迷津.!!!!!!!!!!!!!!!!!!!!!
小第 先谢过了!
另:应该怎样来解决这个问题?
在线等啊!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1