I´ve made a program and now i would like the users of the program to be able to download updates from my website. I want the user to show where the EXE-file on their computer is, so i can check version number, size and name of the file.

Can i do this without some kind of component?

I´ve made this so far :
HTML Code:
<FORM METHOD=POST ENCTYPE="multipart/form-data" ACTION="downloadFile.asp">
<INPUT TYPE=FILE NAME="FileName" size="20"><BR>
<INPUT TYPE=SUBMIT VALUE="Submit" NAME="upfile">
</FORM>


Right now i´m looking in the forum, but i haven´t found anything good yet