If you don't know a thing about ASP, chances are your server doesn't support ASP.
A simple example:
<HTML>
<HEAD>
<Title>ASP test</title>
</HEAD>
<BODY>
<P>IP Address:</P>
<h2>
<%=...
When form submits with input type="file" the field is submited like whole with all of the file contents. When it submits, it includes each of the contents
of the file not only the file location....