I am trying to upload a image into a folder using classic asp. I am able to upload image into a folder but not getting the values of other input fields.

Code:
<%@ Language="VBScript" %> <form method=post
  enctype="multipart/form-data"
  action=<%=request.servervariables("script_name")%>>
Your File:<BR><input type="file" name="YourFile"><BR>
...