Reading uploaded Excel file without saving it

前端 未结 2 498
醉酒成梦
醉酒成梦 2021-01-27 19:48

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

2条回答
  •  一生所求
    2021-01-27 20:15

    This line

    HttpPostedFileBase file = Request.Files[0];
    

    Say that can't possible convert HttpPostedFile to HttpPostedFileBase

提交回复
热议问题