[*] Hello Snoopy

.NET and Flash Blog
ASPX页面接收Flash发送过来的XML对象
其实和ASP时代是一样的道理


int vals = Request.TotalBytes;
byte[] bytes = Request.BinaryRead(vals);
string strContent = System.Text.Encoding.UTF8.GetString(bytes);
this.txtContent.Text = strContent;

posted on 2004-04-29 14:01  HelloSnoopy  阅读(719)  评论(0编辑  收藏  举报