Search

You searched for the word(s): file size
Showing page 23 of 99 (986 total posts) < 1 second(s)
  • How do I get UploadAttachments events to fire for server-side validation prior to upload?

    Using the standard .net upload control, I can do this:     Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnUpload.Click           Dim fname As String = FileUpload1.FileName           'Here I can do some ...
    Posted to Ajax Uploader (Forum) by dmathews on February 24, 2012
  • Re: IE8 JavaScript Error Only On Uploading .txt Files Of Small Size

    We upgraded with the provided DLL to the latest Cute version, & we are still getting the error, although it takes much more file uploads to occur than before.  The specific error we are getting in .NET, when we are in debug mode, is: 'null' is null or not an object Coming from: ...
    Posted to Ajax Uploader (Forum) by sparanza on June 3, 2011
  • Thumbnail image for 400mb file

    Hi Terry, I know this is not pertaining to ajaxuploader directly but your inputs are really helpful.   After uploading the images upto 400mb in size thru ajaxuploader(this works perfectly allright)  , I need to generate the thumbnail image in asp.net but when it tries to load the image into System.drawing.image varialbe I get out of ...
    Posted to Ajax Uploader (Forum) by novemberRain on July 20, 2009
  • Max Upload Folder Size + Progress bar etc when storing data in SQL2005.

    Hi Adam,   I downloaded a build around about mid April and modified insertmedia.aspx, insertflash.aspx, insertimage.aspx so they would invoke a stored procedure returning how much data a specific user had uploaded to the dataabase via cute editor. Everything worked fine including the progress bar that shows how much storage space the user ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on August 27, 2007
  • Re: How to change the size of the window?

    Jyothish,   Please open CuteEditor_Files\Scripts\Constant.js file and modify the following code:   // Default editorconstant ornaments for the Template dialog editorconstant._templateDialogFeature = ''status:0;dialogWidth:660px;dialogHeight:470px; scroll: 0; resizable: 0; help:0''; // Default editorconstant ornaments for the ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 23, 2007
  • Re: Edit External stylesheet?

    I am working on this issue too. I have found that you can but it isn't pretty(see returns). The problem I'm working on now is how to save the file back... Editor1.SaveFile() doesn't seem to work for me right now. Maybe it is has to do with allowing edits on serverside code. Editor1.LoadFile(''stylesheet.css'')RETURNS:body { font-size:100%; ...
    Posted to Cute Editor for .NET (Forum) by tamaule on November 12, 2006
  • Re: I need the font and size drop downs to appear last on my toolbar.

    Please try   Editor1.TemplateItemList = ''[Fontname,Fontsize]''; You can update it to   Editor1.TemplateItemList = ''[Fontsize,Fontname]''; You can refer to online example http://richtextbox.com/test/TemplateItemList.aspx   If you are using toolbar configuration file, please update button order in ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 29, 2010
  • Re: SAVE button not working in 6.6 version

    Just for reference, I am pasting the code of the pageeditor.asp file that is having issues with latest version of the editor. This might be helpful.   ======================================================================   <!-- #include file = "ConnStr.asp" --> <!-- #include file = ...
    Posted to Cute Editor for ASP (Forum) by designxtrem3 on February 13, 2014
  • Re: Basic setup help needed.

    Hi TorskTallin, One other thing; how do I turn off the displayed filename under each tumbnail? By default gallery will use  ''Classic'' layout if you have not set property ''Layout''. So the way below shows you how to hide the file name which under the thumbnail in Classic layout. 1  Open file ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on April 5, 2011
  • Re: Change image in result table?

    Hi,   You can draw another table :   <%@ 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 cutechat on October 23, 2009
« First ... < Previous 21 22 23 24 25 Next > ... Last »