Hi there,
I am using ASP Uploader to add a picture to a set of data posted by a standard HTML form. I am trying to grab the filename of the upload and insert it into a database on submit. I tried capturing it via Request.Form("myuploader") but this just captures the key, what is the form or session variable for the actual file name?
Many Thanks
Duncan