Search

You searched for the word(s): stylesheet
Showing page 7 of 61 (604 total posts) < 1 second(s)
  • 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: Uploading / renaming files using Ajax - Newbie question

    Hi Edd, Please try the example below, it shows you how to add the timestamp into the file name. Note: need to change the path ''C:\inetpub\wwwroot\aspuploader\uploads\ '' to ...
    Posted to ASP Uploader (Forum) by Kenneth on November 3, 2010
  • Re: reading properties of uploaded files

    Dear mulmad,   Please refer to the highlighted 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 msg)     ...
    Posted to Ajax Uploader (Forum) by Eric on October 20, 2010
  • Re: progress information position

    You can hide the default progress bar and then create one customized progress bar at the bottom of the page. You can check the following code and customize based on this example: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Eric on September 6, 2010
  • 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
  • Re: How do I customise the Cancel All button

    Please try 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 xmlns=''http://www.w3.org/1999/xhtml''> <head> <title>PHP ...
    Posted to PHP File Uploader (Forum) by Eric on July 12, 2010
  • Re: width and height of an image

    The following is a full 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''>   protected override void OnInit(EventArgs e)     ...
    Posted to Ajax Uploader (Forum) by Eric on May 7, 2010
  • Re: Security warning with the latest version 6.6

    Hi sanjay.joshi,   Can you delete the entire client folder ''CuteSoft_Client'' and re-deploy it by the new version and try again?   Whe you done it, try a simple page on you site, like below   <%@ Page Language=''C#'' ValidateRequest=''false'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 5, 2010
  • Re: ADAM I need your help please,

    Dear feriel, Please refer to the following snippet:<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>         <head>         <title>Add custom buttons Example -- PHP Content Management, PHP WYSIWYG, PHP HTML Editor, PHP Text ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 24, 2010
« First ... < Previous 5 6 7 8 9 Next > ... Last »