Hi Ultimaterengan,
Try this:
<input type="file" id="UploadFileControl" runat="server" name="pic" accept="image/*"/>
<input type="submit"/>
If you click on submit button, you can save the selected file as the postback occurs.
or refer the example given below:
http://www.wikihow.com/Insert-Images-with-HTML
Hope it helps.
Regards,
Shashikant Gurav
shashikantgurav22@gmail.com