kumar-nitish
8/22/2017 - 6:07 PM

testPage.html

<html>

<body>
    <div>
    <form id="form">
        <p>
            <label class="forFileInput" for="fileUpA" multiple="">Choose File!</label>
            <input type="file" id="fileUpA" />
        </p>
    </form>
    </div>
</body>

</html>