problem has solved。
it is system's bug。in document.aspx.cs line of 123
Response.AddHeader("Content-Disposition", "attachment;filename=" + sFileName);
replace
Response.AddHeader("Content-Disposition", "attachment;filename=" + Server.UrlEncode (sFileName));