Thursday, April 27, 2017

Browse File in ASP.NET

<body>
    <form id="form1" runat="server">
    <div>
        <asp:FileUpload ID="FileUpload1" runat="server" />
    </div>
    </form>
</body>

No comments:

Post a Comment