here i am implementing the functionality of file upload but when coming to the UI part the default file upload is like
<input type="file" name="data">
which is like default file upload:
and i want to some thing like this
required file upload:
and here i don't want to apply any j query or java script just html,css,bootstrap if required is it possible?


