function show()
{
var filepath = document.getElementById("FileUpload");
var imagepath = document.getElementById("Image1");
imagepath.src = filepath.value;
}
function show()
{
var filepath = document.getElementById("FileUpload");
var imagepath = document.getElementById("Image1");
imagepath.src = filepath.value;
}