Home > Software design >  Upload multiple files in ASP.NET Core MVC
Upload multiple files in ASP.NET Core MVC

Time:01-17

I want to upload multiple files in ASP.NET Core MVC. However, it may not select all files at once. After selecting a file, it can open it again after File Dialog and load it in another file. In addition, the names of the uploaded files should be displayed on the screen. Files and entries uploaded to the form should be saved when the form is submitted. Can anyone help with related JS and C# code?

I tried the input file, but multiple files are only uploaded once

CodePudding user response:

I suggest you try enter image description here

  • Related