是否有其他方式发布数据,而不是在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>