Upload Movie
@if (!title.valid && title.touched) {

Please enter a movie title

}
@if (!description.valid && description.touched) {

Please enter a movie description

}
@if (!filmGenre.valid && filmGenre.touched) {

Please enter a movie genre

}
@if (!videoFile.valid && videoFile.touched) {

Please enter the movie file

}