Hello guys.
I have a HTML or possibly JS problem that I can't seem to find a solution to. I have a form that uploads a file, something like this:
<form action="post" action="something">
<input type="file" name="filename"/>
<input type="submit"/>
</form>
The problem is that I get a browse-button to select the image. I want it to be an image instead. How do I do that?