﻿function copyInputFilePath(obj,target){
    document.getElementById(target).value = obj.value;
}

