Search

You searched for the word(s): file size
Showing page 22 of 99 (986 total posts) < 1 second(s)
  • Re: Styling attachments table

    Hi Jerry2, Try the example below <%@ Language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' --><!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> Form - ...
    Posted to ASP Uploader (Forum) by Kenneth on December 22, 2011
  • Re: Upload Events

    dkyle, Please use the following event:   UploaderBase.FileUploaded Event fired when a file are uploaded and validated [Visual Basic] Public Event FileUploaded As UploaderEventHandler [C#] public event UploaderEventHandler FileUploaded; Event Data The event handler receives an argument of type UploaderEventArgs ...
    Posted to Ajax Uploader (Forum) by Adam on May 12, 2008
  • Re: increase the image file size for uploading

    Hi timhieuxem, Gallery.MaxImageSize Property Specifies the max size in Kbytes of the image files that the user has access to upload. Default 1000k You can refer to the following examples set forexample: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on October 30, 2008
  • Re: Issue with the size of table property window in version5

    I see the problem.   The solution is here:   Open the Tag_InsertTable.ascx file.Change the following code:    <div style=''border:1px solid gray;padding:1px;''>    to:    <div style=''border:1px solid gray;padding:1px;OVERFLOW: auto; HEIGHT: 215px; HEIGHT: 215px; ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 31, 2005
  • Could not create type 'CuteSoft.Chat.ChatWebService'

    I am using IIS 6 .net 2.0 framework.   Get the following when trying to log into the Cute Live Support Operators   System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. The request failed with the error message: -- <html>     ...
    Posted to Cute Live Support (Forum) by Webmarktech on March 20, 2010
  • Installing CuteEditor.dll in the GAC

    Hi,   I have multiple sites on my webserver, running .net 2.0 that are using the CuteEditor.  Rather than put it in the \bin of each application I want to put it in the GAC.   I have created virtual directories for each application called, ''editor'' that point to the editor files.   I have following items in the ...
    Posted to Cute Editor for .NET (Forum) by scottle on January 10, 2008
  • Re: default size

    Dear munirabrar,   Please follow steps: 1.  Point to your css file name:  <CE:Editor id=''Editor1''  EditorWysiwygModeCss=''yourcssfile.css'' runat=''server'' ></CE:Editor><br /> 2.  Create file yourcssfile.css 3. add the following code into ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 15, 2010
  • Re: Invalid File size error

    Hi,   Please check this thread,   FLM Error: Invalid Size !1310720   it may helps. make sure you have the last version too.   another solution , is set this :   $uploader->FlashUploadMode=''Http'';   Regards, Terry
    Posted to PHP File Uploader (Forum) by cutechat on March 7, 2010
  • Re: Max Image Size with AutoResizeUploadedFiles

    Adam,   I have tested the new DLL you provided, and that solved the problem. I will let you know if anything unusual comes of it. Thank you for your extremely prompt response and update.     I will mention that I have been testing an issue with the maxwidth/height settings. I am finding that when I change those settings in the ...
    Posted to Cute Editor for .NET (Forum) by dday on September 27, 2007
  • Re: Maximum Upload Media File Size Issue

    Kenneth: Hi basam,       Please set <httpRuntime maxRequestLength=''100000''/> of you web.config   100000=100MB     Regards,   Ken   exactly same error.   If I upload file from the server machine it is uploading, but the error occures when uploading from local machine to server!
    Posted to Cute Editor for .NET (Forum) by basam on November 15, 2008
« First ... < Previous 20 21 22 23 24 Next > ... Last »