Close

    Contact Us

    Select a file to upload:

    Click the button below do the display the file path of the file upload button above (you must select a file first).

    function myFunction() {
    var x = document.getElementById(“myFile”).value;
    document.getElementById(“demo”).innerHTML = x;
    }