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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:27:40+00:00 2026-05-13T17:27:40+00:00

I am building a website where i need a page where user can upload

  • 0

I am building a website where i need a page where user can upload large video files, i have created WCF service with streaming but i am calling that WCF service from Button_Click event of web page.

I have used below mentioned article for WCF service creation

WCF Streaming

I have used streaming as it should be efficient and should not be buffered in memory of server.

Now questions

1) I am having doubts that the entire file is uploaded to the web server and then it is transferred to WCF Service server…if this is true then i am not getting advantage of streaming as well as iis and web server will be down very soon if user uploads large file or multiple user are uploading files con currently

2) Is there any other efficient way to do same operation with some other technique

Please help me …

EDIT :

If I am not calling WCF Service method from ASP .Net code in that case also it is transferring bytes to the web server which i have checked with HTTPFox

I have checked above thing with upload control and putting one button on UI whose click event is bound to one method in code behind.

So, still i am having that confusion that how data is transferred

  1. Client Machine – Web Server (ASP .Net Application) – Service Server (WCF Service)
  2. Client Machine – Service Server (WCF Service)

NOTE : If i am putting a debug point on button_click and uploading 10 kb file it hits that in less then 1 sec. but if i am uploading 50 mb file then it is taking time.

I placed code of calling WCF service inside that button_click event

  • 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-13T17:27:40+00:00Added an answer on May 13, 2026 at 5:27 pm

    1) I am having doubts that the entire
    file is uploaded to the web server and
    then it is transferred to WCF Service
    server…if this is true then i am not
    getting advantage of streaming as well
    as iis and web server will be down
    very soon if user uploads large file
    or multiple user are uploading files
    con currently

    No, you’re confusing stuff here. When you use WCF streaming to upload a large file, the file is being sent in chunks – in blocks of several Kbyte in size. The WCF server – running in IIS or self-hosted in a NT service or a console app – while receive those chunks and write them to disk, as they arrive.

    You don’t “upload the whole file to the web server” and then “transfer it” to the WCF service – the WCF service itself is receiving and handling the file – and only once.

    If you host your WCF service yourself – in a console app, a Winforms app, or a Windows NT Service – there’s not even any IIS or web server involved AT ALL. WCF handles it all by itself.

    Using WCF streaming is probably one of the most memory efficient and one of the simplest ways to transfer large files to a server.

    Check out some more example and blog posts on the topic:

    • MSDN WCF Streaming Sample
    • Data Transfer Using Self Hosted WCF Service
    • Sending Attachments with WCF
    • Progress Indication while Uploading/Downloading Files using WCF
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the website I'm currently building we need a large number of dynamic redirects,
I'm building a website which has a page that users can add content to,
We are building a training website where we need to track viewers watching videos
I'm building a website in ASP.Net, using MVC, and need to list a set
I'm building a website that requires very basic markup capabilities. I can't use any
I'm building a website that will be an open-source, user-contributed content kind of thing,
I'm building a website that will require user registration and logon. I would like
I m building a website where i need to update project counter whenever its
I'm building a website and I need to login to another site and take
I'm building a website with codeigniter and I'm creating a form for user submission.

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.