发布数据而不是使用httpwebrequest,后同步或Web客户端

时间:2015-09-28 09:19:26

标签: c# file http model-view-controller

是否有其他方式发布数据,而不是在c#中使用httpwebrequest,post-aync或web客户端。我正在尝试实现一个支持从客户端向服务器端发送15MB文件的系统。

有人可以告诉我如何解决这个问题......谢谢!

这就是我服务器端的样子......

<asp:BoundColumn DataField="BirthDate" HeaderText="Day" DataFormatString="{0:dd}"> 
<ItemStyle HorizontalAlign="Left"></ItemStyle> 
</asp:BoundColumn> 
<asp:BoundColumn DataField="BirthDate" HeaderText="Month" DataFormatString="{0:MMM}"> 
<ItemStyle HorizontalAlign="Left"></ItemStyle> 
</asp:BoundColumn> 
<asp:BoundColumn DataField="BirthDate" HeaderText="Year" DataFormatString="{0:yyyy}"> 
<ItemStyle HorizontalAlign="Left"></ItemStyle>
 </asp:BoundColumn>

0 个答案:

没有答案