<----------请教System.Web.HttpContext.Current.Request.Files的问题------->
请问在母版页中使用System.Web.HttpContext.Current.Request.Files为什么获得不到文件.我都加了enctype="multipart/form-data"怎么还是不行? --------------------编程问答-------------------- <OBJECT id=myControl1 style="LEFT: 0px; TOP: 0px;width:500px;height:500px"classid="clsid:B0296302-7509-48D0-9BAB-C8E6A709A3BA" VIEWASTEXT>
<PARAM NAME="_Version" VALUE="65536">
<PARAM NAME="_ExtentX" VALUE="1">
<PARAM NAME="_ExtentY" VALUE="1323">
<PARAM NAME="_StockProps" VALUE="1"></OBJECT>
</BODY>
</HTML>
<SCRIPT LANGUAGE=javascript>
<!--
myControl1 .DoMethod();
//-->
</SCRIPT>
至于与服务器交互,如果你在控件中没有写与webserver的通信代码,就只能通过网页元素,如hidden等与服务器交互. --------------------编程问答-------------------- sorry发错了,没有问题的.可以取得的,看你的界面代码? --------------------编程问答-------------------- 按常理不会。
你新建一个项目试试看 --------------------编程问答-------------------- <form id="form1" runat="server" method="post" enctype="multipart/form-data">
method="post"
补充:.NET技术 , ASP.NET