Search

You searched for the word(s): file size
Showing page 21 of 99 (986 total posts) < 1 second(s)
  • Re: Limit Font Size and Font-Family

    George,   You need to modify the toolbar configuration file. For your situaiton, you need to modify   CuteEditor/Configuration/AutoConfigure/minimal.config. The CuteEditor toolbar configuration files, which contain XML, specify the toolbar configuration information of the CuteEditor instance. These configurations are applied ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 11, 2008
  • deleting image in code file

      Hello   I upload all the images to a folder with security prefix but I want to limit the number of uploads or space by user. I thinking of programming a button to replace an image in the folder with a new one so that when the user confirms a replacement the old image is automatically deleted. How/can I program in the code ...
    Posted to Cute Editor for .NET (Forum) by sopc on May 26, 2007
  • Re: Can I disable file browsing and other stuff in the Image properties dialog

    thanks for rapid response...I should have found that one this works for me commentting out unwanted design features and ''hiding'' the items the javascript needs to identify <!-- -<fieldset><legend>[[Insert]]</legend>- --> <table class=''normal''>   <tr>    <!-- -<td ...
    Posted to Cute Editor for .NET (Forum) by sperndogger on January 12, 2005
  • Re: Need More Control Over Text Displayed

    Hi mikek40,     I put the thumbnails and the accompanying photos in an arbitrary order of my choosing   1. Open file ''\CuteSoft_Client\Gallery\Layout\Classic\Code.js''   2. Add the section below to the top of the page above   function BubbleSort(arr)     { ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on June 10, 2011
  • Maximum Size Problem

    I just got thrown into this project at my new job and It is having a problem uploading attachments (with the AJAXUploader) . After much research it apparently is giving me the following error (had to download firebug to see the error since it is ajax) when uploading a file: File size ({1}) is too large. The maximum file size allowed is set ...
    Posted to Ajax Uploader (Forum) by Hotwings23 on October 27, 2009
  • Re: UploadCompleted Server-side Event Not Firing

    Hi Eric,   My upload code is part of a large web site.  I couldn't post it all here, but I'll try to paste the pertinent sections (hope this helps):   Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load ShowUserInfo() InitializeUploadControl() ImportClientSideLibraries() If Not ...
    Posted to Ajax Uploader (Forum) by icastel on March 29, 2010
  • Re: Max File Size?

    CuteChat,   Thanks for your response.  But, honestly, I can't understand anything you're trying to say.   1.  I WANT to use MaxSizeKB.  I just want to set it to a value other then the default.  And, when using the UploadAttachments control, it seems to disregard all ways in which to set this ...
    Posted to Ajax Uploader (Forum) by kfblake on September 19, 2008
  • Re: Attached TIF File not stored correct - Page 2 missing

    Kai2: Hi all,   I have a TIFF File (file.tif) which has 2 pages. Its size is 43 KB. I upload it to CuteEditor and save it there. When I open the file then and store it on my local drive, I see it is modified during the upload.....? Its size increased from 43 KB to 396 KB, and only the first page is displayed! I don't care about the change ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 19, 2010
  • Re: Set Paging to Image Gallery (Classic Layout)

    Hi narendrababu,   Please open file "CuteSoft_Client\Gallery\Layout\Classic\Code.js", clean all the code then use the new code below.   The first line "var GRIDSHOW_PAGESIZE=5;" use to set how many images to show in 1 page.  var GRIDSHOW_PAGESIZE=5;   ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on December 16, 2013
  • Re: Ajax Uploader missed new 3 features...

    Hi Demon1, * Small image preview before start upload or after upload completed  The example below shows you how to generate the preview image after upload ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 6, 2012
« First ... < Previous 19 20 21 22 23 Next > ... Last »