Hi
I was hoping someone could help me with a solution or even an alternative suggestion to solve this problem.
I have a HTML page with a form. The user enters some details and clicks submit. The forms action is an asp page and using request.form I can see all the details sent to me no problems.
The problem comes when I want to add a file field to the form in the HTML page. According to the help files in Dreamweaver MX I add the following value to the form in the html page, enctype=“multipart/form-data”
The problem now is that I have no way of knowing if the file is being sent to my asp page and also the rest of the values aren’t passed at all anymore, in fact they’re all blank.
Could some help please, thanks.
RabBell.