Good afternoon.
I use ASP.NET CORE 6.0 and Entity Framwork.
I have a Grid with some records. when I Add or Edit, I open a custom Modal to insert the new Record. Im using CRUD Operations in the controller.
I want to store that file in a server, but i will store in the database just the path of that file.
If I use a regular file input, the IFormFile always returns null. Is it possible to use your uploader that way?
Attachment:
Files_94c4c554.zip