Search

You searched for the word(s): upload'A=0
Showing page 132 of 656 (6,557 total posts) < 1 second(s)
  • Re: how to obtain complete filename

    Hi,   In the file upload event args , or other upload file object, you can use   args.FileName to get the origin filename.   and use the   args.GetTempFilePath() to get the full path of the temp file in file system.   use Path.GetFileName(args.GetTempFilePath()) to get the filename without directory.   I ...
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: CancelAllButton, Style Progresspart

    Hi Andreas,     1.try this way: button {     border: 1px solid #0069ad;     background: url(images/back_button.gif) repeat-x;     color: #fff; font-weight: bold; padding: 3px 20px; }   2.Please elaborate on what you mean,thanks   3.you can set it with ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2008
  • Re: the selected file is uploaded thousand of times

    You have two issues.   1. the problem is that the file is uploaded over and over (4,000+) until i click stop on the browser, what am i doing wrong?   upload_attachments.Upload(args.FileSize, args.FileName, stream) args.CopyTo(''~/kb/article/'' + Context.Request.QueryString(''id''))   Should be changed ...
    Posted to Ajax Uploader (Forum) by Adam on May 1, 2008
  • Re: Issue: uploading .pdf file in Cute Editor for .NET version 5

    Gurpreet,   Please check the following article:   PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control?   SYMPTOMS When you try to use the HtmlInputFile control to upload a large file, the file may not be uploaded. CAUSE This problem occurs because the default value for the maxRequestLength ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 17, 2006
  • Re: File Explorer / Manager

    Gavin,     The ''insert image'', ''insert flash'', ''insert media'', ''insert document'', ''insert template'' dialogs contain the file manager.   You can use the file manager create the folder, delete the folder, upload/delete/rename the file.   For your situation, please check the ''insert template'' which also allows ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 17, 2005
  • Re: Uploading a large image

    Please check the following article: PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control? SYMPTOMSWhen you try to use the HtmlInputFile control to upload a large file, the file may not be uploaded. CAUSEThis problem occurs because the default value for the maxRequestLength parameter in the <httpRuntime> ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 12, 2005
  • Re: w3c video

    when i insert media file,  i would to insert this code   <object type=''application/x-oleobject'' standby=''Loading Microsoft® Windows® Media Player components...'' CODEBASE=''http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715'' classid=''CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95'' ...
    Posted to Cute Editor for .NET (Forum) by andriex on July 5, 2005
  • Re: Multiple Image buttons?

    Chris, >>Is there a way to have to images buttons with different root paths? No. >>Example: I have a upload doument/upload folder for each departments files, image button filtered to their folder, and >>also a clip art folder which I would like to give all users access to. The following example may ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 26, 2005
  • Re: Gallery per user

    ncstatebmw, It's possible. Please follow the steps below. 1. Get the UserID, for example, the current userID is ''John_smith''2. For John_smith, you want his gallery path is ''~/upload/John_smith''3. In your code, first you need to detect whether the path exists or not, if not, you need to create it dynamically.4.  Now you ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on March 10, 2005
  • Re: Themes

    designserve :   We added some skins these days .  But we haven't upload it for download yet.   Currently the skins could be configurated in web.config only :   <configuration>    ... <cuteChat ... >   <skins defaultFolder=''Royale''>   <skin text=''Normal'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on September 3, 2004