Search

You searched for the word(s): use <p>
Showing page 264 of 864 (8,631 total posts) < 1 second(s)
  • Re: multi-file-upload problems: localhost demo not working, silverlight reference issue

    1. You are using the advanced examples. You should check the basic examples. 2.  If Ajax Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution. If Ajax Uploader detects Flash is installed on your PC, It will use the Flash solution. If Ajax Uploader detects Iframe is supported on your Browser, ...
    Posted to Ajax Uploader (Forum) by Adam on July 14, 2009
  • Re: Error on two instance in the same page (with file manager)

    I've just experienced a problem similar to this. In my case the problem was that in IIS 6.0 there's a security issue for which there's an option disabled by default in its configuration that prevents APS scripts to use relative paths (''../dir/...'') in functions like MapPath(); the dialogs use them.   All I've done was: 1. open the ...
    Posted to Cute Editor for ASP (Forum) by nicola-grassionline on September 10, 2008
  • Re: max file sizes

    jjonesdtrt,   Please check the following article:   PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control?   SYMPTOMS When you try to use the HtmlInputFile control to upload a large file, the file may not be uploaded. CAUSE This problem occurs because the default value for the maxRequestLength ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 19, 2006
  • Re: Questions about Images and Editor

    Skatematic,   I suggest you use the following solution.   1. Use absolute paths with the domain name, set Editor.RemoveServerNamesFromUrl property to false and Editor.UseRelativeLinks property to false . Example: <CE:Editor id=''Editor1'' RemoveServerNamesFromUrl=''false'' UseRelativeLinks=''false'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 26, 2006
  • Re: Absolute Image Gallery Path

    Yes, please check the following article:   http://cutesoft.net/developer+guide/Specifying-images-path.htm   When specify the image gallery path, please make sure you use the absolute path.   Case 1. Edit security policy file:   <security name=''ImageGalleryPath''>/uploads</security>     Case ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 3, 2006
  • Re: The most common topic - which license to buy?

    Kaisar, I think you should go with IP license. An IP license grants you use cute editor from all Web applications on that server. You may also install and use the Software on an unlimited number of developer workstations (but not on a development server) for use in connection with the same single website host name when accessed by the ...
    Posted to Purchase / License FAQ (Forum) by Adam on May 13, 2005
  • Re: Selecting default class for the editor

    Hi Adam - thanks for your reply.   The 'normal' class that I'd like the editor to use is actually already in one of the existing stylesheets, so I'm not sure how adding a new one will help.   The 'normal' class is parsed correctly and shows up in the dropdown list - so thats not a problem.  The issue is that if users don't ...
    Posted to Cute Editor for .NET (Forum) by Bunce on March 3, 2005
  • Re: EditorOnPaste="PasteWord" differences from your sample

    Do not know I can tell which EditorOnPaste setting it is set to, anyhow it doesn't really matter. As you can see from my other posts I have been struggling with issue and none of the EditorOnPaste settings are gonna meet my needs.   The problem is mainly that none of the options handles the mismash of word versions and word options and ...
    Posted to Cute Editor for .NET (Forum) by zaggle on July 17, 2008
  • Re: Cannot use CopyTo() on IIS 7 (windows vista)

    Hi Lonniekong, Did you get any error? Is your site online? If so, can you send me the uploader page url? Ensure that your site has the write/read permission of the store folder. Can you show me your code?  Regards, Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on January 9, 2012
  • Re: SetSecurityImageGalleryPath

    Torman,   If the physical path is not inside the web application's directory, you will get an error.   In the following code example, the physical path ''c:\inetpub\wwwroot\uploads'' is part of web application's directory.C# Example: //use the app-based path Editor1.Setting[''security:ImageGalleryPath'']= ''~/uploads''; //use ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 22, 2007