LAI TOCA
1 min readMay 25, 2020

--

Hi,

Thanks for comment.:)

Eventually I found that we could get our files information through: Request.Form.Files

---

public IActionResult UploadFile([FromForm] string subDirectory)

{

var files = Request.Form.Files;

// process your file(s) ....

}

---

So we won't bothersome binding anymore (at least this moment) XD

--

--

LAI TOCA
LAI TOCA

Written by LAI TOCA

Coding for fun. (Either you are running for food or running for being food.)

No responses yet