Hi There,
New to ASP & VBScript.
I have a simple form which is validated and emailed to some address.
What I want to do is allow a user to select a file from their PC and the location of that file to be placed into a text box so that I can then attach it to the Email that is sent.
I can attach a file no problem by using a manual address but I'd prefer the user to select the file location.
Looking on the web there doesnt appear to be a simple way in VBScript to display a file browse window.
Does anyone know how to do this?
Id prefer to avoid using JavaScript as I want to keep it to one language.
Many Thanks
Rich.