Search

You searched for the word(s): file size
Showing page 28 of 99 (986 total posts) < 1 second(s)
  • Printed output being shrunk

    CE appears to be shrinking content to fit into a page when printing.   Images that I insert into the CE editor are getting shrunk when being printed. So is text.   To demonstrate this, I start by placing this code in Microsoft FrontPage and printing it:   <html>     <head>     ...
    Posted to Cute Editor for .NET (Forum) by fredd on May 12, 2007
  • Re: FLM Error: Invalid Size !1310720

    This did not fix the issue.  It is uploading a zero byte file.  This happens only when uploading from Windows XP using both IE7 and FireFox 3.6   I have had two marathon online chat sessions with CuteSoft and gave them access to my server and xp box having the problem, with no fixes.   If anyone can help please let me ...
    Posted to PHP File Uploader (Forum) by stemithy on February 26, 2010
  • Re: Friendly File Names

    Hi PeterK, The example below shows you how to custom the queue table, hope it help <?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 ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 22, 2011
  • Re: Max File Size?

    Keith,   Please try the following code:      <CuteWebUI:UploadAttachments runat=''server'' ID=''TopicFiles''>        <VALIDATEOPTION AllowedFileExtensions=''jpeg, jpg, gif, zip, doc, pdf'' MaxSizeKB=''10240'' ...
    Posted to Ajax Uploader (Forum) by Adam on September 19, 2008
  • Re: Unable to find the uploaded file in directory

    This is my web.config's <httpModules> section:     <httpModules>       <add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>       <add name=''ScriptModule'' type=''System.Web.Handlers.ScriptModule, System.Web.Extensions, ...
    Posted to Cute Editor for .NET (Forum) by Ofer Tal on February 25, 2009
  • Re: Max File Size?

    Keith,   It has nothing to do with web.config file.   Please try the following code and get back to me.   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on September 18, 2008
  • Re: Control customization

    PrinceOfAbyss:One very simple and quick question. When I upload some files, and I haven't set from the beginning the $uploader->SaveDirectory property, nor have I used after the upload the $mvcfile->MoveTo method to move them to a desired location, WHERE do the files go? ...
    Posted to PHP File Uploader (Forum) by Adam on February 21, 2010
  • Re: File size (undefined B) is too large

    Ken, the issue is not that MaxSize is too small. The problem is that CuteEditor thinks the size of the file is ''undefined''. Also, look at the sample image I have attached to my post and you'll see the image is around 100kb, well below the 150kb maximum size.
    Posted to Cute Editor for .NET (Forum) by frJericho on June 1, 2011
  • Re: Block Filenames with Special Characters?

    Hi,   you can use the api below to check the upload file name before upload and block it there.   //Fires when files are selected. function CuteWebUI_AjaxUploader_OnSelect(files) {     //change the files array would take no effect.     var name=files[0].FileName;     var size=files[0].FileSize // ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 21, 2016
  • Re: Error with document selector example in FireFox v32

    Hi,   Please try the new code below, it will work on firefox 32 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 8, 2014
« First ... < Previous 26 27 28 29 30 Next > ... Last »