Search

You searched for the word(s): progress bar
Showing page 6 of 30 (299 total posts) < 1 second(s)
  • frequency of progress update?

    Uploading large files.. (i.e. a meg or more) the progress bar seems to update then stop and wait a long time then immediately jump to 100% moving to the next file.  Is this normal?  Can you either 1) explain what triggers the progress bar to update or how i can override to update more frequently. ...
    Posted to Ajax Uploader (Forum) by BostonMerlin on March 17, 2010
  • Re: Adding a progress bar to image and document uploads

    I have done this by using a component I already have installed on my Server.   I use ASPUpload and ASPJPEG.    http://www.aspupload.com   I rewrote the code to use this so you get a progress bar and the ability to resize images to a max size which i have set in the code using the ASPJPEG object.   If you want an ...
    Posted to Cute Editor for ASP (Forum) by eastwood on January 31, 2004
  • Re: Progress bar stuck at 0%

    Hi ryantee,   1. remove the TempDirectory setting $uploader->TempDirectory=''http://okmusic.me/ecards/images/tempuploadimages''; 2. Do not use  absolute path for SaveDirectory   $uploader->SaveDirectory=''http://okmusic.me/ecards/images/uploadedimages'';  Change it to(if uploadedimages at the root ...
    Posted to PHP File Uploader (Forum) by Kenneth on March 21, 2011
  • Re: Hiding file list but not he progress bar

    Antony,   If you use single file upload, the detault file upload list will not show.   Please check the following code:   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on February 11, 2009
  • Re: Progress bar stuck at 0%

    Say, I had a question -- is there something built into the program that triggers something after the upload is done?  Would like to set something up so that the user can hit the ''next'' button after they're done uploading the image.  I couldn't find it in the documentation. 
    Posted to PHP File Uploader (Forum) by ryantee on March 21, 2011
  • move progress status info area

    Hi.   I'd like to change a position of ajax uploader progress area.   I don't mean a green color progress bar. it seems like a file uploading status info box.   check this file : http://ajaxuploader.com/images/Ajax_Upload_Screen.gif   I mean an area under "Cancel" button. you got it?   It seems ...
    Posted to Ajax Uploader (Forum) by jwseok on February 7, 2013
  • Progress refresh rate

    Hey Guys,   First of all, an excellent product. Very happy w/ it!   We have implemented the plugin with a custom progress bar that matches our UI. However, on really slow connections, the progress does not update quickly enough, so some users have reported that they are unclear as to whether it is stuck or not.   I think I ...
    Posted to Ajax Uploader (Forum) by rganges on March 14, 2011
  • progress information position

    Hi, I have a very big page and somehow the aspuploader control (button to select file)  needs to be at the top. So, is there a way to put the progress bar and the other progress information at the bottom of the page? if there is no existing function, is there a way to do it?  Thanks a lot in advance. Alan 
    Posted to ASP Uploader (Forum) by alanshen209 on September 3, 2010
  • 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 
    Posted to Ajax Uploader (Forum) by Kenneth on November 26, 2013
  • Re: Custimazion in Progress bar info

    i need progress bar label info  come in this format 1 fo 10 with 10kb out of 100 kb and time remain 2 sec with the progress bar, with manual start option is true Uploading 1 files. 10 kbs of 100kbs at 26 kb/s; 15 seconds remaining '';
    Posted to Ajax Uploader (Forum) by jainpraveen75 on April 19, 2010
« First ... < Previous 4 5 6 7 8 Next > ... Last »