How can I get user to confirm file overwrite in ASP.NET Core 6
I'm building a file upload web application using ASP.NET Core 6 and I would like the user to be able to confirm whether or not to overwrite an existing file. The application allows for multiple file uploads Questions: where to…