Search

You searched for the word(s): control
Showing page 14 of 101 (1,008 total posts) < 1 second(s)
  • Customize Cancel / Cancell All buttons..

    Hello,i would like to purchase the ajax uploader control as i think is quite good..i'm testing it for a few days now but i found out that i cant really customize  ''Cancell All'' and ''Cancel'' button. Even if i can point to a new button for Cancel Current Upload with property: ''CancelButtonID'', i cant find a way to point to a new button ...
    Posted to Ajax Uploader (Forum) by raulsuhani on May 29, 2009
  • Re: control not working with FireFox 3.6

    Eric, FYI...I disabled all of the Add-Ons and AjaxUploader worked fine. Re-enabled Firebug and Firefox v3.6 crashed. Not good. I'll send a message over to Firebug to see if they have any ideas. Thanks,Marv PS: You don't test with Firebug???
    Posted to Ajax Uploader (Forum) by mcslayton on February 16, 2010
  • Re: Customization of the control

    HI,   1.Please try this property :   ItemTextTemplate=''''   2.you can specify the width :   ProgressPanelWidth=''100px''   and other properties : ProgressBarHeight, ProgressBarBorderStyle ...   (ProgressBarStyle has a bug now..)   3.the button is visible , but it is disabled when uploading a ...
    Posted to Ajax Uploader (Forum) by cutechat on October 9, 2008
  • Re: Customization of flash layer drowed out insertbutton control.

       If Ajax Uploader detects SilverLight is installed on your browser, It will use the SilverLight solution. If Ajax Uploader detects Flash is installed on your browser, It will use the Flash solution. If Ajax Uploader detects Iframe is supported on your Browser, It will use the Iframe solution.  In Iframe mode firefox ...
    Posted to Ajax Uploader (Forum) by Adam on September 18, 2009
  • Re: simpliest way to change language for AjaxUploader?

    Hi,   1 - Use the server control properties to set the strings.   2 - Use client side event to show custom error message:   <script> function CuteWebUI_AjaxUploader_OnError(msg) {     //check the msg , and replace it to custom message :     alert(''my error msg'');     ...
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Re: Hide browse button for UploadPersistedFile control

    Thank you very much, this seems to work. I also had to change the progress bar name.   I have another simple question: I forgot to copy ajaxuploader.lic to the bin directory. Then, the control complained about a license. Is the license checked cached or is it really checked every call (that would be a huge performance hit)?
    Posted to Ajax Uploader (Forum) by CatenaLogic on October 5, 2008
  • Hide browse button for UploadPersistedFile control

    Hello,   I am creating a customized upload control that easily allows me to upload / remove images web forms. The control should look like this:     However, currently, it looks like this:     This is the code I use:       <%-- Uploader --%>     ...
    Posted to Ajax Uploader (Forum) by CatenaLogic on October 4, 2008
  • Re: control not working with FireFox 3.6

    The browse button does not initialize a dialog for the user to select files.This issue persists. It is intermittent but does occur often. The issue has been replicated on your own demo site http://ajaxuploader.com/Demo/simple-upload.aspx WHEN WILL A NEW VERSION OF AJAX UPLOADER BE AVAILABLE? when I navigate to the Browse button by ...
    Posted to Ajax Uploader (Forum) by jpchatt on May 27, 2010
  • Re: Can CuteSoft uploader be used to only upload one file at a time?

    Yes, please check this example: Simple Upload with Progress A basic sample demonstrates the use of the Upload control.     http://ajaxuploader.com/document/index.htm#page=ClassReference/CuteWebUI.UploaderBase.MultipleFilesUpload.html   Ajax Uploader Class Reference ...
    Posted to Ajax Uploader (Forum) by Adam on January 21, 2009
  • Strange rendering of upload control with extra HTML added to Body of Page

    To whom it may concern I have been using the AjaxUploader for some time now but we have suddenly noticed a problem with our current project that employs Microsoft Ajax to render the control.  When I upload a file, while it is busy uploading, it adds a <br /><span width=''1'' height=''1''></span> to the top of my page ...
    Posted to Ajax Uploader (Forum) by mobbsie on February 24, 2009
« First ... < Previous 12 13 14 15 16 Next > ... Last »