这个时候你应该检查下你的form表单里面是否配置了这个:
enctype ="multipart/form-data" 新手容易出错哦。
<form id="form1" runat="server" enctype ="multipart/form-data"><!--接收不到文件请检查-->