Progress bar flashing

Last post 11-26-2013, 6:48 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  11-25-2013, 10:12 PM 78432

    Progress bar flashing

    Hi,

     

    I have a simple page with nothing but the upload control on it.  When I upload 5 MB file, the progress bar flashes as it updates.

     

    Here's the code:

    <%@ Page Title="About Us" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="About.aspx.cs" Inherits="About" %>
    <%@ Register Assembly="CuteWebUI.AjaxUploader" Namespace="CuteWebUI" TagPrefix="cc1" %>

    <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
    </asp:Content>
    <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
       <p>
                 <cc1:Uploader ID="fileUploader" runat="server" 
                       ValidateOption-EnableMimetypeChecking="False" 
                       MultipleFilesUpload="True" 
                       TempDirectory="~/UploaderTemp"
                       InsertButtonID="bnNew" >
                       <ValidateOption EnableMimetypeChecking="False" AllowedFileMimeTypes=""></ValidateOption>
                   </cc1:Uploader>
       </p>
    </asp:Content>
     

    Your website demo doesn't flash (in the same browser) which tells me that I'm doing something wrong.

     

    What am I missing?  

     

    Thank you,

     

    Gene 

  •  11-26-2013, 6:48 AM 78436 in reply to 78432

    Re: Progress bar flashing

    Hi iunknown22,

     

    Can you post your uploader page url? So we can check on it directly. Does it happens with small file? Does it happens on all browsers? or just a special one?

     

    Regards,

     

    Ken 

View as RSS news feed in XML