Search

You searched for the word(s): document
Showing page 21 of 325 (3,244 total posts) < 1 second(s)
  • Re: Ajax Uploader Start-uploading-manually and validate page controls with out using javascript

    Hi gopalnivas, Below is the manual start upload example <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><script ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 7, 2012
  • Re: demo2 (File Upload with Custom handler) freezes in FF

    Hi MrFast, Please wrap the uploader control by the <div> target <?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 April 4, 2011
  • Re: blank page from phpumloader

    Dear yvesbodson, Please refer to  the following example: <?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 March 16, 2011
  • Re: Uploader on a page with a datagrid

    I figured this out on my own.  The buttons in my datagrid call the following function, supplying it with the row specific parameter which is used on the server side to store the document in the proper place in the database.     It was necessary for me to view the source code to find the client id of the ...
    Posted to Ajax Uploader (Forum) by johansec on March 9, 2011
  • Re: CuteWebUploader - InsertButtonID cursor style

    Dear ManoSrinivasn,   Please set ''SetAdvancedOption'' to ''UploaderAdvancedOption.NoFlash'' and try it again: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     void ...
    Posted to Ajax Uploader (Forum) by Eric on December 9, 2010
  • Re: After upload completes....don't show upload output table

    Dear bruticus,   Please refer to the following code: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>         void InsertMsg(string ...
    Posted to Ajax Uploader (Forum) by Eric on December 6, 2010
  • Re: File rename

    Please try the following code:   demo2.php: <?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 July 12, 2010
  • Re: $uploader->SaveDirectory

    Please try the following code:   <?php require_once ''phpuploader/include_phpuploader.php'' ?>   <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> ...
    Posted to PHP File Uploader (Forum) by Adam on November 30, 2009
  • Re: Rendering a rich Text control in Javascript

    Hi jgreenjr,   Try the example below   <%@ Page Language=''C#'' AutoEventWireup=''True'' %>       <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 29, 2009
  • Re: AutoExpand Height to fill page?

    Hi Lozzi,   Try this example <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 21, 2009
« First ... < Previous 19 20 21 22 23 Next > ... Last »