Search

You searched for the word(s): file size
Showing page 26 of 99 (986 total posts) < 1 second(s)
  • Re: browse button cut off

    ok i found where this was happening.   it was in upload.asp    <input style=''font-family: MS Sans Serif; font-size: 9pt; vertical-align: top;'' type=''file'' name=''test'' size=''40'' maxlength=''50'' />   changed it to   <input style=''font-family: MS Sans Serif; font-size: 9pt; vertical-align: top;'' ...
    Posted to Cute Editor for ASP (Forum) by ggrymes on March 14, 2006
  • Re: Style the Files loading table

    Hi shaunw,   You can custom the queue table to achieve it. The example below shows you how to custom the queue ...
    Posted to ASP Uploader (Forum) by Kenneth on October 8, 2012
  • Re: CuteWebUI:UploadPersistedFile Remove Functionality

    Hi AkbarAnsari,   Please try the example below   <%@ Page Language=''C#'' AutoEventWireup=''True'' %>      <%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''CuteWebUI'' %>   ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 7, 2011
  • Re: No Upload is availble in Cute Editor for PHP in Joomla 1.5

    1. Open ''\plugins\editors\cuteeditor_files\Configuration\Security\Default.config'' 2. Search <security name=''MaxImageSize''> and change it to:    <security name=''MaxImageSize''>555</security> 3. Save this file 4. Open ''\plugins\editors\cuteeditor_files\Dialogs\InsertImage.php'' 5. Search ...
    Posted to Cute Editor for PHP (Forum) by Eric on August 16, 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: Newbie has problem pasting into Excel

    Dear ronusa,   Newbie has problem pasting basic html code from the Editor into Excel. After it has been pasted into Excel it takes up several cells instead of just one cell.   A:  You can launch excel, set cell hight and cell width to enough size, and then copy html code to excel, it will can be put into one cell.   We ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 25, 2010
  • Re: Difference in handling pictures

    Martin,   The default editor of CS 2007 is a pure javaScript editor. It doesn't use any particular asp.net features.   Cute Editor is an adcanced online HTML Editor designed for ASP.NET platform. Numerous ASP.NET features, optimization methods have been applied. It's clean, compact, extremely fast-loading, but still powerful and ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 7, 2007
  • Re: Arial not available on CuteSoft Editor for DNN 4.0

    Laurent,   Cute Editor uses default font of the current page.   The default font of DNN is Times new roman.If you want to change the default font from Times new roman to Verdana (http://cutesoft.net/forums/3541/ShowPost.aspx), you need to modify one of style sheets of the DNN.For example, you can open and edit the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 5, 2006
  • Re: insert picture without hspace=5

    Please open the InsertImage.Frame.aspx file,   Change the following code:   <INPUT TYPE=''text'' SIZE=''2'' NAME=''HSpace'' value=''5'' onchange=''do_preview()'' onpropertychange=''do_preview()''              ONKEYPRESS=''event.returnValue=IsDigit();'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 9, 2006
  • Re: Is this scenario possible ...

    John, 1) I want to give my paying customers (business owners) the chance to create and upload customized information about their business and to upload a business logo image. To handle this, instead of incorporating a textarea or textbox as part of my web form, after gathering basic business info using textboxes, I create a seperate web form page ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2005
« First ... < Previous 24 25 26 27 28 Next > ... Last »