I need to pass a session variable to a form in ASP instead of the formfield
itself ?

This is so I can store the entire path and filename I am uploading as I use it
many times in several forms on the same page.

The asp page code bit I have changed and doesn't work is:-

<INPUT TYPE="FILE" NAME="<%= Session("file") %>" size="80">

Any ideas please anyone ?:frown;