im assuming that you are using asp for server side programming ,if not replace .asp appropriately in the line below.
<form action= '/path/to/file/on/harddisk.asp' method=post >
<input ...
<input ...
<input type='submit' value='submit' />
</form>
then on file-on-hard-disk.asp ,you can...