Hi,
Is there any way that I can access FileName property of FileUpload control from Request.Form ? I work in a CMS and I get data stored in other controls like TextBox or CheckBox using Request.Form but when I come to FileUpload it there is no Value attribute in the Form object so that I can retrieve the FileName.
I am wondering if there is a way to get the value from Request.Form object.
Regards,
...
Go to the complete details ...