Search

You searched for the word(s): assembly
Showing page 18 of 149 (1,483 total posts) < 1 second(s)
  • Re: error upload file

    Hi Danielef82, Is your site on a load balancing, web farm, or cloud environment? Can you show me your gallery page code? Is your site online? If so, can you send me the gallery page url? So we can check it too. Using any ajax control with gallery? Do you get the same issue with the example below? <%@ Page ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on January 11, 2012
  • Re: limit file number demo can't work when using personal defined insert button

    Hi steveyuan, If you use property InsertButtonID, please set this control directly <%@ 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 Kenneth on January 9, 2012
  • Re: How can i change the MaxFileLimit by Javascript in runtaime.

    Hi ksanjay, The example below shows you how to handle the max file limit by javascript. In the example below I set the max to 2. <%@ Page Language=''C#'' Title=''Customize the queue UI'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 4, 2012
  • Re: Custom validation before uploading files

    Hi Pbanerji,  1) allow users to select the files for upload Can you explain it in detail? by default the uploader allow user to select files for upload. 2) do custom validation and allow user to enter additional meta data about the files The example below shows you how to add the additional data <%@ Page ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 29, 2011
  • Re: How do I configure Cute Editor to use <br> instead of <br />?

    Hi ARJDESIGNS, You can use html filter to achieve it, try the example below <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 21, 2011
  • Re: Disable Cute Editor in Client Side - reg

    Hi sathishcbe, Editor has not the disable function at client side, I suggest you hide the editor when you do not want the user use it. <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to FAQ (Forum) by Kenneth on December 20, 2011
  • Re: Guidance needed - not sure which uploader type to use!

    Hi Tawl, I suggest you use the UploadAttachments control, it allow to get all upload files back by porperty ''Items''. <%@ 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 Kenneth on December 19, 2011
  • Re: Reset Files Uploaded Grid

    Hi mremigio, If you mean clean the uploader attachment, please try the example below. <%@ 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 Kenneth on December 12, 2011
  • Re: Customize "Upload" button behavior in Insert Image dialog box

    Hi qsun, The code below shows you how to handle the click envet of the upload button. And how to change the upload file name. The red code is what I added into the ''insert image'' dialog page <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' EnableViewState=''true'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 24, 2011
  • Re: Getting File Duplicate Alert even if I have removed the file from upload

    Hi lbhatt, Please try the example below <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 19, 2011
« First ... < Previous 16 17 18 19 20 Next > ... Last »