我正在开发一个用于将音频.amr文件发送到服务器的应用程序。但是服务器给了我以下信息:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://airtelforum.com/main?InterceptSource=0&ClientLocation=in&ParticipantID=kk6rp2jf3dkl4v52nla5u7676ej8r6uf&FailureMode=1&SearchQuery=&FailedURI=http%3A%2F%2Fwww.myserver.com%2Fbb%2Fupload3.php%3Fim%3D123456783648138&AddInType=4&Version=2.1.8-1.90base&Referer=&Implementation=0"/>
<script type="text/javascript">
url="http://airtelforum.com/main?InterceptSource=0&ClientLocation=in&ParticipantID=kk6rp2jf3dkl4v52nla5u7676ej8r6uf&FailureMode=1&SearchQuery=&FailedURI=http%3A%2F%2Fwww.myserver.com%2Fbb%2Fupload3.php%3Fim%3D123456783648138&AddInType=4&Version=2.1.8-1.90base&Referer=&Implementation=0";
if(top.location!=location){
var w=window,d=document,e=d.documentElement,b=d.body,x=w.innerWidth||e.clientWidth||b.clientWidth,y=w.innerHeight||e.clientHeight||b.clientHeight;url+="&w="+x+"&h="+y;
}
window.location.replace(url);
</script>
</head>
<body>
</body>
</html>
有谁可以弄清问题是什么? 提前谢谢。