Search

You searched for the word(s): form
Showing page 61 of 300 (2,996 total posts) < 1 second(s)
  • Updates not saving 6.6

    Hi, Some of the pages I edit with CuteEditor are not saving.  The installation works fine in generall, I can add a new page write content and save and everything works fine.  But when editing some existing pages I can click in the WYSIWYG area, type a word, save the form and it is not there.   In fact, I can type the word in the ...
    Posted to Cute Editor for ASP (Forum) by lonecrow on May 17, 2013
  • Display file results after uploading

    Hi    We tried the demos, if the script is run as below, you can see the file results after uploading:   <?php      // Create Uploader object.     $uploader=new PhpUploader();      // Set a unique name to Uploader          ...
    Posted to PHP File Uploader (Forum) by DongZheng on October 25, 2012
  • Re: how to deal with duplicate file name

    Hi acyk, Two ways. 1. Remove the <form> tag. 2. Use the example below <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Kenneth on May 30, 2011
  • Re: Database integration

    Dear pbrad, Sql Server example:<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> </head> <body> <form name=''theForm'' action=''11.php?postback=true'' method=''post''><?php function getData() {     $conn=mssql_connect(''127.0.0.1'',''cute'',''cute''); ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 18, 2011
  • Re: how to assign file while editting record with other fields

    Dear jaydev,   Please refer to the following code:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on December 22, 2010
  • Asp Uploader not loading

    Still in testing phase, but had worked fine for several weeks after some re-programming. However, today, the upload form is simply not there. Checking the source code shows a <form...></form>, with nothing in between. Obviously, in the asp code, inside the <form> is where the aspuploader is called, but it is not outputting ...
    Posted to ASP Uploader (Forum) by foolishmortal on December 14, 2010
  • Re: Uploader in multiple places on one page

    Hi gabriels, Can you explain your requirement on detail? Maybe you can try the example below, tell me if it is not you need. Please show me more detail, so I can create the example for ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 8, 2010
  • Customization Problem

    I like your product, but we have a requirement that I am not sure how to implement.  When the customer hits the ''Start Chat'' button, we need to do some processing to the form data before the chat session starts.  Basically, we need to be able to add information from that form to our CRM system.  I am a professional .Net developer, ...
    Posted to Cute Live Support (Forum) by BigE54 on October 21, 2009
  • No error but no upload

    Hi Guys!   Well...go there!   I´m start develop with ajaxuploader, and in this program i need make a simple upload with size limitation. I´d downloaded the package and put the CuteWebUI.AjaxUploader.dll in the bin directory, the scripts in asp.net page...run the project..   The ajaxuploader button was there...very ...
    Posted to Ajax Uploader (Forum) by danielrq on April 17, 2009
  • Re: different instances in different forms

    i have to expand a website with 2 editors in 2 forms   <form name=''first'' action=''dosomething.asp''>    <input...>    <input...>    Editor1 </form>   lots of html   <form name=''second'' ...
    Posted to Cute Editor for ASP (Forum) by Paun on February 9, 2009
« First ... < Previous 59 60 61 62 63 Next > ... Last »