Search

You searched for the word(s):  
Showing page 104 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Passing Filename Variable To mySql Database

    Hi Ken, sincere thanks for your reply.   After your suggestion I went and re-wrote the code and in case anyone needs a helping hand on sending the form data to mySql databases, this is what I've put together.   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 8, 2012
  • Re: Clearing text in CuteEditor using javascript

    Hi vijayan59,   Please try the example below   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 2, 2010
  • Re: Does not Insert Div, Can't Align to Center - Using Editor for CMS

    Here is the code of xmloutput.php.   <?php                   $editor=new CuteEditor();                   $editor->ID=''Editor1''; ...
    Posted to Cute Editor for PHP (Forum) by Adam on May 15, 2009
  • Re: Uploader Error in Safari for Windows

    Hi raynovak,   For now the html5 mode not work very well on safari. Please try the example page below, it will switch to flash upload mode for safari browser. Hope it ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 30, 2012
  • Re: Image Sort Order

    Can you show me an example of how I would sort by categoryid? In the XML file I put a number in categoryid. I replace time below with categoryid but it doesnt seem to be working...   function BubbleSort(arr)  {         var temp;         var ...
    Posted to ASP.Net Image Gallery (Forum) by regrossman on January 24, 2011
  • Re: Temp Directory

    Hi mremigion,   The example below shows you how to remove the files after uploaded in method ''UploadCompleted''.    <%@ Page Language=''C#'' %>      <%@ Import Namespace=''CuteWebUI'' %>   ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 25, 2011
  • Re: posting to database

    Do you mean the source code of todatabase.asp? The following are its code:  <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html>      <head>   <title></title>   <link rel=''stylesheet'' href=''asp.css''  type=''text/css'' ...
    Posted to Cute Editor for ASP (Forum) by Eric on August 14, 2010
  • Image Sort Order

       I have everything almost 100% perfect now with the gallery. The one thing I have to accomplish is Image order. I store records in an SQL database and I create the XML file myself and populate it with data from the SQL databas (see below). There is a field in my database called ULIsPrimary. If this is Yes, I want that image to appear ...
    Posted to ASP.Net Image Gallery (Forum) by regrossman on January 21, 2011
  • Re: Can't Find the file

    Ok, so can you be more specific on how to get the 'guidlist'?   In the deployment page you give an example, but don't say what is the name of that file! I guess I need to create a file with that code and then I can customize it, right?    3. Retrieving uploaded file. <?php    ...
    Posted to PHP File Uploader (Forum) by cescolar on August 17, 2009
  • Re: Change Toolbar's configuration in runtime.

    Please check this example:   http://cutesoft.net/example/JavaScript-API.aspx   You need to use CuteEditor_OnCommand event.   Here is the code of that example:   function CuteEditor_OnCommand(editor,command,ui,value)           { ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 18, 2009