Search

You searched for the word(s): upload'A=0
Showing page 252 of 656 (6,557 total posts) < 1 second(s)
  • Re: Disabling/Enabling Server side button following file attachment

    Hi ssoutrs,   Try this example   <%@ Page Language=''C#'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 27, 2010
  • Re: Create New Directory

    I have the same problem. All configs allow to create a new folder, The images path is set using this way:   var imagesPath = EnsureImageGalleryPath(); Editor.SetSecurityImageGalleryPath(imagesPath); Editor.SetSecurityImageBrowserPath(imagesPath); The ''imagesPath'' does exist and allows full control to user Everyone. I tryed to add my own ...
    Posted to Cute Editor for ASP (Forum) by SergeGusev on September 11, 2010
  • Re: OnUploadCompleted Not firing in code behind.

    Hi Tarus,   Please test the example below. AjaxUploader work with a UpdatePanel and the method UploadCompleted works fine.   If you  still get this issue, please create a simple page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 1, 2010
  • how to prevent form post back

    Hi, I want the file uploader work pretty much similar to the ''form-singlefile.asp'' file. Except, I have a few other fields and the uploader (with my other fields) in an html form. I got the uploader working, but it automatically post the form to the server. what I need it, let the form stay there display the uploaded file under the ...
    Posted to ASP Uploader (Forum) by alanshen209 on August 30, 2010
  • Re: Renaming File

    You are using multiple files upload, please try the following code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <html> <body> <form id=''form1'' method=''POST''><?php    $uploader=new ...
    Posted to PHP File Uploader (Forum) by Eric on August 26, 2010
  • Re: Error: unable to find file in /tmp/uplodertemp

    You can set another temporary directory and try it again:  <?php    $uploader=new PhpUploader();        $uploader->MultipleFilesUpload=false;    $uploader->InsertText=''Upload ...
    Posted to PHP File Uploader (Forum) by Eric on August 13, 2010
  • Conflict Between CuteWebUI.UploadModule and an Ajax call without form data

    We have verified that turning off the CuteWebUI.UploadModule prevents the problem from happening.  The problem is, we use this module in other places in our application. We have installed the latest version after this failed with an older version. It appears to ''intercept'' the request (from a page that makes an XmlHttpRequest call -- this ...
    Posted to Ajax Uploader (Forum) by RMTTeam on August 12, 2010
  • Re: How to use the Ajax Uploader in Grid

    Please refer to: <%@ 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 InsertMsg(string msg)     ...
    Posted to Ajax Uploader (Forum) by Eric on August 6, 2010
  • Re: Control layout (UI editing)

    Please try the following code:   <%@ 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''>     protected override void OnLoad(EventArgs e)     ...
    Posted to Ajax Uploader (Forum) by Eric on July 21, 2010
  • Re: Get FilePath Uploader (ASAP..)

    HI hochiminh,   Try this example.   Create the page name ''humbnail.aspx''.   <%@ Page Language=''C#'' %>    <%@ Import Namespace=''CuteWebUI'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 21, 2010