function show()

{

  var filepath = document.getElementById("FileUpload");

  var imagepath = document.getElementById("Image1");

  imagepath.src = filepath.value;

}

相关文章: