codice:
<form action="post">
    <input type="text" name="T1" size="20" value="file.zip" />
    <input type="button" value="Invia" onclick="document.location.href = this.form.T1.value" />
</form>