inputfile = document.getElementById("InputFile");
url = 'http://localhost/MusicWeb/manage/WebForm1.aspx?id='+inputfile;
xmlhttp_request.open('post', url, false);在ASP.NET页面如何获取这个inputfile