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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T03:49:18+00:00 2026-06-13T03:49:18+00:00

I need a WCF Service to upload large files by user. Which one of

  • 0

I need a WCF Service to upload large files by user.

Which one of the below gives a more optimized performance

  [OperationContract]
  public void UploadFile(Stream inputsreaam);

or

   [OperationContract]
   public void UploadFile(byte[] buffer);

any other suggestions are welcome

  • 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-13T03:49:19+00:00Added an answer on June 13, 2026 at 3:49 am

    If you want to upload really large files, use the Stream one. If you transfer a 2 Gb file as byte[] this will be loaded to memory on the server and only than you can save it somewhere. With the Stream you can read from client stream and write to file or DB stream on the server with only small chunks of data actually in memory. Back to performance: with really large files and multiple clients byte[] is likely to freeze your server for lack of memory.

    You may also find this tutorial helpful.

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

Sidebar

Related Questions

I am exposing a WCF service which allows a third party to upload files.
I writing a WCF Service that need transfer large files, so i using streaming,
In one of my application in need client IP address in a WCF Service
I have an WCF RESTFull Service which i need to deploy on IIS6. I
I need to test WCF service, but have only one computer, so my service
In a WCF Service, I need to create a variable which should be accessible
I have WCF service that I can upload files. XElement upload = service.UploadFiles(id, File.ReadAllBytes(filePath));
I am creating WCF service that will download & upload xml files. When trying
I have a RESTful WCF service that has an upload method accepting more than
I need help with wcf service. i have a ajax-enabled wcf service: public class

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.