Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8842835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:03:57+00:00 2026-06-14T11:03:57+00:00

I have a view model in asp .net mvc 3 which has IEnumerable<HttpPostedFileBase> files

  • 0

I have a view model in asp .net mvc 3 which has

IEnumerable<HttpPostedFileBase> files

In the view, I have a for loop that creates 9 input tags for these files.

I want to implement a check on the server-side to ensure atleast 3 files are being uploaded.

I tried putting a condition

if(files.Count() > 2) { // code here } 

However, that returns 9 as it also counts the null elements.

I can think of implementing a counter myself as below:

int count = 0;
@foreach(var file in files) {
  if(file != null && file.ContentLength > 0) { 
    count++; 
  }
}

Is this the best way to do this or is there a functionality already in asp .net mvc for this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:03:58+00:00Added an answer on June 14, 2026 at 11:03 am
    files.Count(file=>file != null && file.ContentLength > 0);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ASP.NET MVC application which has a view populated with a model
i have a strongly typed asp.net-mvc view and the Model has a . Links
I have an ASP.NET MVC view and related model. How can I fill its
Using ASP.NET MVC & Spark, I have a view that is listing a number
I am using Asp.net MVC 3 and Json.net library. I have view model class
I have a ASP.NET MVC 3 view with esentially two forms, but which reside
I have an ASP.Net MVC application with a model which is several layers deep
I have an ASP.NET MVC 3 view using Razor and Knockout.js that is not
I have a view model that contains a Product class type and an IEnumerable<
I have a Wijmo Tree on a ASP.NET MVC View. The checkstate of each

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.