1.htm
<form action="1.aspx" method="post" enctype="multipart/form-data">
<input type="file"  name="myfile" size="64" />
<input type="submit" value="Upload" />
</form>如果我要用1.aspx取得myfile的文件并存在服务器上,应该怎么做?
请赐教!