Hi, I would like to use HTML input file type in my aspx page to allow user to browse for a excel file and then read the content of the excel sheet programmatically.If I want to read the excel sheet I need the full path of the file to connect to the excel sheet using asp.net.I do not understand how can I get the full path of the file.
I know I can get the filename using postedFile.FileName property.But I need the full path of the file.
Could someone please help me with that.
Thanks.