Search

You searched for the word(s): use <p>
Showing page 270 of 864 (8,631 total posts) < 1 second(s)
  • Help Please!!

    Adam...I recently turned off ASP.NET authentication on my site, and I use SSL on the site.  When I click on the link to upload a an image I get the following mesage: Forbidden You don't have permission to access this page!   Any thoughts?  My site is live, so my users are getting this message.  Thanks.   Scott
    Posted to ASP.Net Image Gallery (Forum) by scott.in.nh@gmail.com on November 4, 2005
  • Re: get rename file uploaded

    Hi siusky,   Can not achieve this for now.  You can use method "CopyTo" and "MoveTo" to handle the upload file store location and the new file name, more details please refer to http://cutesoft.net/forums/thread/72444.aspx.   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on November 29, 2013
  • Re: Ajax Uploader - Multiple elements to act as InsertButton for Single Uploader

    Yes. We have implmenet that . for our DotNetGallery product.   But it's not stable yet.   We will provide API for that later.   Now you can use event   function CuteWebUI_AjaxUploader_OnMantleButton(button,addonlayer) { }   to get the addonlayer , and change the position to other elements when mouse ...
    Posted to Ajax Uploader (Forum) by cutechat on May 5, 2010
  • Re: how to know if the editor is blank or not by js

    You should use the following method to extract the content from editor.   Method Description getHTML() This method is used for retrieving the content of CuteEditor as HTML. Example: // get the cute editor instance var editor1 = document.getElementById('CE_Editor1_ID'); // retrieving the content of Cute Editor as HTML ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 3, 2009
  • Re: How to extend 30 days trial?

    Torman,   Please use the following trial license file:     Cute Editor: Http://CuteSoft.net/download/temp.zip   Cute Chat and web messenger: Http://CuteSoft.net/download/chattemp.zip     Cute Live Support:Http://CuteSoft.net/download/CuteLiveSupporttemp.zip      It will good through ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 1, 2007
  • Re: Too much time to load

      By default, the Cute Editor loads all the functions, toolbars and menus. Most of our clients don't use the default configuration and the speed can be improved by disabled some buttons. Please check the article in the developer guide: How to change the layout of the toolbars?    
    Posted to Cute Editor for .NET (Forum) by Adam on March 12, 2006
  • Re: How do I make the 'Paragraph' dropdown contents styles match the look of the actual styles

    Justin, change: <b style='font-size:24pt'>[[Heading 1]]</b> ...... <b style='font-size:10pt'>[[Heading 5]]</b> to <h1>[[Heading 1]]</h1> ... <h5>[[Heading 1]]</h5> Now the editor will use your stlyesheet properties.
    Posted to Cute Editor for .NET (Forum) by Adam on January 26, 2005
  • Re: Other Form Elements?

    Hi pln4keeps, In the example above, we use a button to start the upload. You can submit your form by this button too. Also you can use the submit button as the start button, then it will submit the form and start the upload and the same time. Regards, Ken 
    Posted to ASP Uploader (Forum) by Kenneth on February 14, 2012
  • Re: Unable to Find Uploaded file in directory (sometimes)

    Hi,   That is a temp file while the uploader parsing the uploaded data.   You can use   <add key=''CuteWebUI.AjaxUploader.UseAspNetStream'' value=''True'' />   to disable that future.   If you disable it,   for asp.net1.1 , the asp.net will use memory to save the http data , the server will have no ...
    Posted to Ajax Uploader (Forum) by cutechat on December 16, 2009
  • Re: Body tag content between browsers

    Glenn: There is still a bug.   Here's how you can reproduce the bug in your online example (you will have to edit your source first):-   Inside your Edithtml.php source code I noticed you had the essential line commented out :- $editor->EditorBodyStyle=....   This is the instruction that is causing the main ...
    Posted to Cute Editor for PHP (Forum) by Adam on March 13, 2009