Search

You searched for the word(s): use <p>
Showing page 39 of 864 (8,631 total posts) < 1 second(s)
  • Re: Cross domain file upload

    Hi,   It's not possible to use Ajax Uploader to transfer to the File server directly if the Corporate network use Firewall.   I think the best way is that :   1. Person A upload a file to the IIS server.   2. Person B in the Corporate download the file from the IIS server   3. Person B upload that file ...
    Posted to Ajax Uploader (Forum) by cutechat on November 5, 2008
  • Re: AjaxUploader OnFileUploaded

    Hi,   Please check this thread for client script API: http://cutesoft.net/forums/thread/44763.aspx   You can do it like this :   <scrpt> function CuteWebUI_AjaxUploader_OnPostback() {  var hidden=this;  //currently you are not able to get the filename of the upload ...
    Posted to Ajax Uploader (Forum) by cutechat on October 18, 2008
  • Re: File Manager Instructions

    jay13,   The source code of this example is included in the download package.   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --> <html>      <head>  </head>     <body>        <h1>Use ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 3, 2008
  • Re: Newby

    Kalaztra,   You need to know ASP.NET, Classic ASP or PHP to use this program. If you are not a developer, you need to get a developer to help you integrate this tool with your CMS system.   Cute Editor allows Web developers to replace the Textarea in your existing content management system with a powerful, but easy to use WYSIWYG ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 12, 2008
  • Re: Multiple Files

    Hi, The UploadAttachments provide a programming modal for management multiple files easily. The samples contains a forum example show how to use that control to create and edit the attachments of a thread. If do not use the UploadAttachments , developers need write many code to implement the same function. We had ...
    Posted to Ajax Uploader (Forum) by cutechat on May 14, 2008
  • Re: Ajax Uploader and upload to remote dedicated file server ?

    Hi,   please test this :   <CuteWebUI:Uploader runat=server TempDirectory=''\\yourvideoserver\videofolder'' />   and you can try to add such setting into web.config appSettings:   <add key=''CuteWebUI.AjaxUploader.TempDirectory'' value=''\\yourfileserver\tempdirectory'' />   that would affact all ...
    Posted to Ajax Uploader (Forum) by cutechat on April 14, 2008
  • Re: What licensing should i select for the requiremet

    A Domain license $129 allows the control to run on 1 domain/subdomain name, ie http://news.domain.com or http://intranet or http://192.168.0.1 A Small Business License $299 allows 10 such names An IP license $249 enables all the domains/subdomains hosted on this IP@ to use the control.   All license options allow http://localhost free ...
    Posted to Purchase / License FAQ (Forum) by Karen on April 3, 2008
  • Re: Any way to support more than one top level domain in a single instance of the client?

    Mike,   Please use the cross domain solution.   If the target web page is in another domain, you need to use the following cross-domain tags instead: Chat Button: <script src=''http://yourdomain.com/CuteSoft_Client/CuteChat/Support-Image-Button.js.aspx''></script> Monitor: <script ...
    Posted to Cute Live Support (Forum) by Adam on March 20, 2008
  • Re: Developer License question

    This Developer license entitles one developer to install and use the product on unlimited number of websites.It applies to software components, control or class libraries that are integrated by developers into their applications. All developer products have royalty free runtimes. This means that you may freely distribute the ...
    Posted to Purchase / License FAQ (Forum) by Karen on March 18, 2008
  • Re: Changing the default font size in editor

    EditorBodyStyle can only change the style of the document body.   For table, please add the following code into your style sheet file and use .EditorWysiwygModeCss Property to apply it to editor.   td,th {  font-family: Arial, Helvetica, sans-serif;  font-size: 12px; }   .EditorWysiwygModeCss Property ...
    Posted to Cute Editor for PHP (Forum) by Adam on March 3, 2008
« First ... < Previous 37 38 39 40 41 Next > ... Last »