Search

You searched for the word(s): CuteWebUI
Showing page 74 of 113 (1,122 total posts) < 1 second(s)
  • Re: Upload error message "File size (undefined B) is to large. The maximum file size allowed is set to: 10.00MB."

    Dear rmacfadyen,   Did you limit the value of upload size? You can remove this limitation and set this value to larger and try it again:    <CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' InsertText=''Upload Multiple Files (Max ...
    Posted to Ajax Uploader (Forum) by Eric on February 11, 2011
  • Re: Disabling/Enabling Server side button following file attachment

    Hi ssoutrs,   Please try the example below   <%@ Page Language=''C#'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 23, 2010
  • Re: custom upload button

    Bart,   We provide a uploader.browse() function, but it will show dialog be blocked, for the Flash/Silverlight.   So we put a transparent layer to the button for that case.   You can try this way :   <CuteWebUI:Uploader ID=''Uploader1'' runat=''server'' ...
    Posted to Ajax Uploader (Forum) by cutechat on July 3, 2010
  • OnFileUploaded in MagicAjax panel fires for every previously uploaded file

    We have purchased the control and are using it for the first time, so please excuse or possible ignorance. We have an ascx like this: <%@ Control Language=''C#'' AutoEventWireup=''true'' CodeFile=''TestAjax.ascx.cs'' Inherits=''TestAjax'' %> <MagicAjax:AjaxPanel runat=''server'' ID=''MagicAjax1'' ...
    Posted to Ajax Uploader (Forum) by Olaf on May 27, 2010
  • AjaxUpload progress bar distortsing my table. What can I do to fix?

    When I select the files to upload, the progress bar will distort the table where the button is. Basically, it expands the row so that the progress bar fits into the table. I need the progress bar to display under the table. In my example, you'll see how the table row will expand according to the amount of files.  I'm not even sure why the ...
    Posted to Ajax Uploader (Forum) by vmhatup on May 5, 2010
  • Re: DialogFilter example that works?

    Dear mbirchem,   I have tested the following code, it works, please refer to it     <CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' InsertText=''Upload''                 OnFileUploaded=''Uploader_FileUploaded'' ...
    Posted to Ajax Uploader (Forum) by Eric on April 26, 2010
  • How to replace the text "Remove" by an image

    Hi, I want to replace the text ''Remove'' by an image button. <CuteWebUI:UploadAttachments runat=''server'' InsertButtonStyle-BackColor=''#0086BE'' TableStyle-GridLines=''Both'' InsertButtonStyle-CssClass=''uplCSS'' RemoveButtonText=''Delete'' TableStyle-BorderWidth=''1'' InsertButtonStyle-Font-Bold=''true'' ...
    Posted to Ajax Uploader (Forum) by Jaganr012 on October 28, 2009
  • How to replace the upload multiple files button in Ajax Uploader

    Hi, I want to replace the upload multiple files button with a new button which suits the paging style of my website. <CuteWebUI:UploadAttachments runat=''server'' InsertButtonStyle-BackColor=''#0086BE'' TableStyle-GridLines=''Both'' InsertButtonStyle-CssClass=''uplCSS'' RemoveButtonText=''Delete'' TableStyle-BorderWidth=''1'' ...
    Posted to Ajax Uploader (Forum) by Jaganr012 on October 28, 2009
  • Re: Distinct File Uploads

    this codes seems to work ''kind of''. I have two <CuteWebUI:UploadAttachments> controls on the same page for one of the controls the CuteWebUI_AjaxUploader_OnSelect  function is triggered but for the other the one that actually does multiple files uploads it does not. Also ''uploader'' in the provided code I assume refers to ...
    Posted to Ajax Uploader (Forum) by jpchatt on September 23, 2009
  • Progress Bar Percent styles

    I am using the AJAX Uploader and it works great.  My only issue is that my site is on a black backround and as the file is uploading, I dont see the Percentage in the progress bar until it gets around 50% completed.  I've tried changing the backround:   but the text inside the progress bar remains invisible until it reaches ...
    Posted to Ajax Uploader (Forum) by dans530 on July 14, 2009
« First ... < Previous 72 73 74 75 76 Next > ... Last »