Search

You searched for the word(s): upload file
Showing page 35 of 336 (3,355 total posts) < 1 second(s)
  • Re: URGENT file/image upload problem

    Been debugging the uploading routine of CuteEditor a bit.   The problem is situated in this routine: For nIndex = 1 to LenB(FileData)     oFile.Write Chr(AscB(MidB(FileData,nIndex,1)))    <-----Next   When I retrieve the ''Set oFile = oFS.CreateTextFile(sPath & FileName, True)'' path from ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 23, 2005
  • Re: limit file number demo can't work when using personal defined insert button

    Hi steveyuan, If you use property InsertButtonID, please set this control directly <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 9, 2012
  • Re: Flash:The Upload task is interrupted! http 500

    Dear xuguochun, Please check your web.config file,there is a config to set HttpRuntime request length limit under <sysmte.web> node <system.web>   <httpRuntime maxRequestLength=''2000000''/> </system.web>  The default value of maxRequestLength is 4096 KB (4 MB) you can set a ...
    Posted to Ajax Uploader (Forum) by Jeff on March 9, 2011
  • Re: httpwebrequest usage

    Dear soppie,   Yes, you can check the filesize before file is uploaded, the following is example snippet:  <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     void ...
    Posted to Ajax Uploader (Forum) by Eric on December 22, 2010
  • Re: Windows 2003 - flash upload

    Rafael,   Please download the last version.   We have added a new property : <CuteWebUI:Uploader FlashLoadMode=''True'' ....>   This mode have disadvantages :   1 - Do not support Flash8,9 (will disable FlashLoadMode if use 8/9) 2 - client side need big memory for large files. 3 - Browser will stop ...
    Posted to Ajax Uploader (Forum) by cutechat on March 7, 2010
  • Re: Upload Files, Images, Templates, Flash, Media in absolute directory

    By default, all files can not be uploaded outside the site root for security reasons.   You can modify the following file:   cuteeditor_files\Dialogs\Include_Security.php    function ServerMapPath($input_path,$absolute_path,$virtual_path)  {    if($absolute_path!='''')    {   return ...
    Posted to Cute Editor for PHP (Forum) by Adam on December 23, 2009
  • Re: Anti-Virus upon upload?

    Allen:   You can use the OnFileValidating event to write the custom validation code :   <CuteWebUI:UploadAttachments runat=''server'' ID=''Uploader1'' OnFileValidating=''Uploader1_FileValidating'' />  protected void Uploader1_FileValidating(object sender, UploaderEventArgs args)  {       ...
    Posted to Ajax Uploader (Forum) by cutechat on November 21, 2008
  • Re: Having trouble changing the image upload paths...

    Tested CuteEditor for .net v6 Image Gallery Path setting according to Developer Guide http://cutesoft.net/developer+guide/index.html, working with Images section   1. modify \CuteSoft_Client\CuteEditor\Configuration\Security\default.config. Successful both on my testbed and customer end    <security ...
    Posted to Cute Editor for .NET (Forum) by Karen on April 2, 2008
  • Re: Mozilla FireFox and Editor/Image upload

    >>However, in Mozilla FireFox (1.0.7) I can not click on the edit window.  Thanks for pointing out this issue. We've fixed it. Please download the control again and updated the file:   CuteSoft_Client\CuteEditor\Scripts\Gecko_Implementation\CuteEditorImplementation.js     >> when the editor starts it ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 8, 2008
  • Re: Problem with Minimal Configuration.asp file

    zain,   Which version of CuteEditor are you using?   If you are using the version 4.0, please check the following reference: Menu/Button Function Description Template Item Save saves the active content in the editor's content area Save  Print prints the current page. Print  Find and ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 4, 2006
« First ... < Previous 33 34 35 36 37 Next > ... Last »