| Hi, 
 I am trying to use this function with a dynamic folder name, e.g.
 
 server.MapPath("/uploads/cars/" & UploadFormRequest("txt_firstname") & "_" & UploadFormRequest("txt_lastname") & "_" & UploadFormRequest("txt_make") & "_" & UploadFormRequest("txt_model"))
 
 However, when I come to use it it generate incorrect folder name, i.e. I get a folder named "___" and no use of the fields taken from the form.
 What am I doing wrong?
 Is this a bug or me being stupid (I suspect the latter
  ) 
 
 The online help states not to use the command "Request.Form" which I have used sucessfuly with the MultiUpload funtion to create dynamic folders.
 
 
 | 
                           
                            |       |  |