Jason Phang
Well-known member
- Joined
- Aug 13, 2019
- Messages
- 46
- Programming Experience
- Beginner
Good day everyone, I have a simple program here and I want that when the user clicks on the upload button, if the file is able to be uploaded, then a message should pop up like "Succesfully uploaded" and If the file already exists in the database, then a message should appear "Please upload another file" and redirect the user to the upload page again. How should I go about this?
Most of the responses I see are for windows forms but mine is a asp.net C# mvc application. How should I approach this problem?
Most of the responses I see are for windows forms but mine is a asp.net C# mvc application. How should I approach this problem?