Here I am implementing the functionality of file upload but when coming to the UI part the default file upload element, e.g.
<input type="file" name="data">
gets rendered like:
while I want something like this:
If possible, I don't want to apply any jQuery or custom Javascript - just HTML, CSS, Bootstrap.

