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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:35:35+00:00 2026-06-15T05:35:35+00:00

I implemented plupload ajax uploader for uploading videos and audio files in asp.net application.

  • 0

I implemented plupload ajax uploader for uploading videos and audio files in asp.net application. its working fine on all other browsers except IE (testing on 9.0) using Flash as runtime.

Here is screen shot i received on IE when flash as runtime used.

enter image description here

Here is sample code i am using.

var uploader = new plupload.Uploader({
        runtimes: 'gears,html5,flash,silverlight,browserplus',
        browse_button: 'MC_uploader_v31_pickfiles',
        container: 'container',
        max_file_size: '1000mb',
        url: 'http://localhost/vuploader/videos/upload/upload.ashx',
        flash_swf_url: 'http://localhost/vuploader/plupload/js/plupload.flash.swf',
        silverlight_xap_url: 'http://localhost/vuploader/plupload/js/plupload.silverlight.xap',
        //chunk_size: '4mb',
        //unique_names: true,
        filters: [
        { title: 'Media Files', extensions: 'mp4,wmv,mpeg,mpg,flv,avi,rm,mov,m4v,dv,ogg,ogv,webm'}],
        headers: { UName: '', MTP: '0' }
    });

Here is upload handler code sample.

 int chunk = context.Request["chunk"] != null ? int.Parse(context.Request["chunk"]) : 0;
 string fileName = context.Request["name"] != null ? context.Request["name"] : string.Empty;
 HttpPostedFile fileUpload = context.Request.Files[0];
 using (var fs = new FileStream(Path.Combine(uploadPath, fileName), chunk == 0 ? FileMode.Create : FileMode.Append))
 {
     var buffer = new byte[fileUpload.InputStream.Length];
     fileUpload.InputStream.Read(buffer, 0, buffer.Length);
     fs.Write(buffer, 0, buffer.Length);
 }

Code working fine on all browsers except IE. Can any one help what will be the reason of this issue.

  • 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-15T05:35:36+00:00Added an answer on June 15, 2026 at 5:35 am

    At last i found this was caused in flash player 11 which freezes existing .swf file provided by pluploader.

    When upgrading to latest patch .swf file found on plupload forum.

    http://www.diverse-tech.net/plupload_ex/plupload.flash.swf

    It fixed uploading problem via flash runtime.

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

Sidebar

Related Questions

I'm working on a stock-standard, ASP.NET MVC 3 web application (hosted on IIS 7).
I implemented OpenID support for an ASP.Net 2.0 web application and everything seems to
I implemented the exception filter like here: http://www.asp.net/web-api/overview/web-api-routing-and-actions/exception-handling And registered it globally, like microsoft
I implemented some code using backbone.js in Asp.NEt MVC3 and found backbone.js very helpful.
I implemented strstr() myself,the code works fine for all strings but when the string
I implemented lazy image load for my UITableView using NSUrlConnection. This is all working
I have implemented plupload in my MVC app. It was going fine but was
I implemented the ASP.NET security model and I am allowing/denying access to users in
I implemented all layout files for hdpi devices. And put them in layout forder.
I implemented iCarousel method in my ViewController and all is working properly but there

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.