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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:20:31+00:00 2026-05-25T23:20:31+00:00

This is my code to upload video on server protected void Button1_Click(object sender, EventArgs

  • 0

This is my code to upload video on server

protected void Button1_Click(object sender, EventArgs e)
{
    if (FileUpload1.HasFile)
    {
        string fileName = FileUpload1.FileName;
        string fileExtension = Path.GetExtension(fileName);

        if (fileExtension == ".flv")
        {
            if (!File.Exists(Path.Combine(Server.MapPath("~/Video"), fileName)))
            {
                string fullFileName = Path.Combine(Server.MapPath("~/Video1"), fileName);
                FileUpload1.SaveAs(fullFileName);
                Label1.Text = "The file has been uploaded";

            }
            else
            {
                Label1.Text = "The file already exist! You must delete old version first in order to upload new version";
            }

        }
        else
        {
            Label1.Text = "The file format is not allow";
        }

    }//else if
    else
    {
        Label1.Text = "please select a file to upload";
    }

}

Everything is goes well, but when I upload a .FLV file, It returns me an error message on webpage,here is the error code

Output: Error 101 (net::ERR_CONNECTION_RESET): The connection was
reset.

How can I solve this problem?

  • 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-25T23:20:31+00:00Added an answer on May 25, 2026 at 11:20 pm

    Maybe you are trying to upload a file larger than 4MB which is the default maximum allowed size. You may try increasing it in the web.config:

    <system.web>
        <!-- Set the maximum upload file size to 100MB -->
        <httpRuntime executionTimeout="240" maxRequestLength="102400" />
    </system.web>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is the code that i use for upload the video to web server
I cant upload video files using this code for a form: <form action=upload.php method=post
This is the code to upload a video to Youtube using the C# .NET
I am using this PHP code: if (isset($_GET['c'])) { $pages = array(home, upload, signup);
This happens repeatedly and is very annoying. I upload some PHP code to a
This code produces a FileNotFoundException, but ultimately runs without issue: void ReadXml() { XmlSerializer
I want to upload a video from iPhone to a server somewhere. I have
My code can upload the video to YouTube successfully, I want to get the
I am using the following code to upload a video to Youtube through youtube
This is what we use to upload a Video to YouTube using YouTube API.

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.