Search

You searched for the word(s): php
Showing page 78 of 158 (1,571 total posts) < 1 second(s)
  • Re: Server side exception: failed to upload xxxx.zip - session expired ...

    Dear  morty,   Please change temporary directory and test it again, you need update temporary directory path to your actual one:         <?php            $uploader=new PhpUploader();           ...
    Posted to PHP File Uploader (Forum) by Eric on October 29, 2010
  • Re: Can not upload excel files

    Ok, now I've tried this quick and dirty solution:Added my own array with extensions in filepost.php, and if the original way didnt work, check my array     $arr_xl=array(''.xls'',''.xlsx'');     if (in_array(strtolower(GetExtension($filename)),$Filter_Array) || ...
    Posted to Cute Editor for PHP (Forum) by bix on August 27, 2010
  • Re: info about cute editor

    Using multiple instance on the same page i need: - to load the toolbar only when a textarea is focused    This feature can be implemented.When textarea is focused, you can set the style of class ''CuteEditorToolBarContainer'' and let it be displayed, if textarea is not focused, set its style to ''display:none'' - to change height, ...
    Posted to Cute Editor for PHP (Forum) by Eric on June 15, 2010
  • Re: Deprecated function??

    HDEmail: I've purchased 10 domain licence but when I go to upload a template, I get the following error message: Deprecated: Function split() is deprecated in C:\wamp\www\domain\cuteeditor_files\Dialogs\upload_handler.php on line 77 The template is uploaded OK and available but I cannot put this error message up on to my live website. Also, ...
    Posted to Cute Editor for PHP (Forum) by Adam on April 18, 2010
  • Re: multi language not work fine

    Hi,   1 , You need confirm the HTML which server generated , or you need try echo(''還需''); . Uploader do not make anything special on rendering the strings. I think that is PHP's issue.   2 , Please try the last version (we updated that recently) , it still not work , we will help you check it deeply.   3 , Flash ...
    Posted to PHP File Uploader (Forum) by cutechat on December 6, 2009
  • Re: SetHTML problem with IE 8

    Sam Hutchinson: Hi  I tried contacting support but have still had no response on this issue.     This is a problem I am experiencing when using your php editor and the setHTML method.   If I use the following JavaScript with Internet Explorer 8 to insert content into the editor problems occur. The method ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 8, 2009
  • Re: IE 8 is putting <div>s and <p>s everywhere

    walex,   To check the version, please use browser ''View Source'' menu.   You should find some words like: <!-- CuteEditor Version 6.4 Editor1 Begin --> http://phphtmledit.com/oncarriagereturn.php?BreakElement=p   Please check this URL. All contents should be warpped into p tags. If you use layers, the div tags will ...
    Posted to Cute Editor for PHP (Forum) by Adam on July 21, 2009
  • Re: How to exclude specific file extension?

    Please check this sample:       <%@ Page Language=''C#'' Title=''First sample'' %>   <%@ Import Namespace=''CuteWebUI'' %>   ...
    Posted to Ajax Uploader (Forum) by cutechat on May 25, 2009
  • Re: Color coded syntax in ASP Editor

    Do you mean syntax highligher?   If so, please wait for the version 6.3. Right now it is only available to the .net version. <?php            $editor=new CuteEditor();            $editor->ID=''Editor1''; ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 16, 2009
  • Re: Problem adding html

    Please set the following property to true then try again:   Editor.EditCompleteDocument Property Specify whether a complete HTML document is being edited.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 15, 2009
« First ... < Previous 76 77 78 79 80 Next > ... Last »