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 643623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:18:11+00:00 2026-05-13T21:18:11+00:00

I was just going to use the FileUpload.FileBytes property but looking into the respective

  • 0

I was just going to use the FileUpload.FileBytes property but looking into the respective example in the MSDN library I’m confused about this part:

int fileLen;

// Get the length of the file.
fileLen = FileUpload1.PostedFile.ContentLength;

// Create a byte array to hold the contents of the file.
byte[] input = new byte[fileLen - 1];
input = FileUpload1.FileBytes;

(from here, I’ve omitted a few unimportant lines)

The new in this code looks for me like food for the garbage collector with no use. (Possibly big food if the file is large.) Why don’t they simply write:

byte[] input = FileUpload1.FileBytes;

I am too new to .NET and C# to be brave enough to declare this simply as superfluous or a bad written example. Does it have any purpose (perhaps a performance benefit or so)? (Also I don’t understand why they subtract 1 from fileLen.)

  • 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-05-13T21:18:11+00:00Added an answer on May 13, 2026 at 9:18 pm

    The code samples from MSDN do vary in quality, and this is a good example of a bad coding sample.

    As you say, it is easier to simply write:

    byte[] input = FileUpload1.FileBytes;
    

    And there is an error with the length of the byte array – no reason to subtract 1 from the posted length.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There is a similar question going around, but it just got the same old
I just downloaded MVC and I am going through a tutorial. Everything goes fine
I am going to develop ICQ client and I just wonder where can I
I'm going to learn Qt and I just want to know what parts of
Just getting started using MVC in ASP.NET, I'm going to have it so users
This is likely going to be an easy answer and I'm just missing something,
Just looking for the first step basic solution here that keeps the honest people
I was just going through certain interview questions. Got this structure related issue, I
If you use the satellite GMapType using this Google-provided example in v3 of the
Ok, I know what I'm about to say is going to be super vague,

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.