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

  • Home
  • SEARCH
  • 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

Just going through the sample Scala code on Scala website, but encountered an annoying
I was just going through glibc manual for description about posix_memalign function when I
I am just going to submit my iphone application . But I just have
I'm trying to use this fileUpload component example to work in my own project.
I was just going through Design Patterns Questions on Stackoverflow and everyone mentioned about
So I'm currently working on a web app that I'm just going to use
Perhaps I'm just going about this wrong. I have a Linux module (Ubuntu 12.04)
I've never really had to play with classes but am looking to use php-ews
I think I'm just going to use my already existing statusStrip. Text is all
I was just going through an article which explains about Wild pointers. For garbage

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.