Changing parts of view dynamically based on controller response
问题 I'm looking for best approach suggestions for the below scenario: A user can choose one or more csv files to validate(Attachment 1) which on "validate" button click goes through the validation code(showing progress bar till it returns an output). A return response is either a success message or the error details for each file chosen to validate(Attachment 2) A successfully validated file can now be uploaded to azure storage with an "Upload" button. Attachment 1 Attachment 2 Now, to make