Asp.Net Core – upload file to database with ajax – Jquery ajax
I am trying to upload a file, send it to the controller with ajax and save it in the database. Without Ajax, it is working perfectly, but when I submit the code with ajax in the controller I get a…