In this snippet of code - I get the uploaded file from the user and save it in a folder in my app and then make OleDbConmnection to this Excel File and read the data. My questio
This line
HttpPostedFileBase file = Request.Files[0];
Say that can't possible convert HttpPostedFile to HttpPostedFileBase