Search

You searched for the word(s): progress bar
Showing page 2 of 30 (299 total posts) < 1 second(s)
  • Re: Total upload file size progress bar Instead of single file size progress bar

    Hi kalees1980,   The AjaxUploader does not support the  total size progress bar for now. Sorry for your inconvenience.   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on October 9, 2012
  • Max Upload Folder Size + Progress bar etc when storing data in SQL2005.

    Hi Adam,   I downloaded a build around about mid April and modified insertmedia.aspx, insertflash.aspx, insertimage.aspx so they would invoke a stored procedure returning how much data a specific user had uploaded to the dataabase via cute editor. Everything worked fine including the progress bar that shows how much storage space the user ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on August 27, 2007
  • Control error in Visual Studio & progress bar color

    Some problems I could use some assistance on: 1. When uploading, I see the percent done being displayed, but the progress bar stays white, not green (i.e., I don't see graphical representation of the progress, only the percentage).  What do I do to correct this? 2. When I open a page in Visual Studio (such as Large-File-Upload.aspx), I ...
    Posted to Ajax Uploader (Forum) by MITFrog on July 13, 2010
  • Re: Customizing the Progress Bar

    Dear chrisluo,   Please refer to the following snippet:   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on April 20, 2011
  • Re: How to force progress bar for post upload processing?

    Hi,     You can try this code :   <script type=''text/javascript''>  var internalobj;  var hasprogress=false;  function ShowProgress()  {   if(!internalobj)return;   function ...
    Posted to Ajax Uploader (Forum) by cutechat on February 3, 2009
  • Re: progress information position

    You can hide the default progress bar and then create one customized progress bar at the bottom of the page. You can check the following code and customize based on this example: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Eric on September 6, 2010
  • Re: No Progress bar in IE

    OK, we've figured it out.  Apparently, we were using an old version of the main .dll.  We got the latest one and now it works.    Can I suggest that CuteSoft start to version that .dll and put out release notes ?  The only way we found this was by redownloading the demo and re-copy the dll as a last resort.  
    Posted to Ajax Uploader (Forum) by gcaprio on June 4, 2008
  • 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" ...
    Posted to Ajax Uploader (Forum) by iunknown22 on November 25, 2013
  • Templating progress bar and buttons?

    Does the AJAX uploader support templating?   I would like to place the progress bar in a couple of div tags so that I can absolutely position them  in the center of the screen.   Also I would like to change the form buttons with link buttons that contain a label (span), that way I can customise them to look the way I ...
    Posted to Ajax Uploader (Forum) by chrissp26 on October 15, 2008
  • Re: Flash not working on some computers, and no progress bar with IFrame

    It didn't make a difference.. it would still try to load as Flash regardless of how I set UploadType.  I did discover that the flash object works the first time that it's downloaded from the server, but once it's cached on the local machine, it no longer works. It was bugging me that your demo works fine, so I viewed the source and ...
    Posted to ASP Uploader (Forum) by tedwj71 on June 27, 2012