Search

You searched for the word(s): upload'A=0
Showing page 152 of 656 (6,557 total posts) < 1 second(s)
  • 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: Passing file name to other php

    Hi sschuaer513, Please open example page ''form-keepingstate.php'' , it shows you how to get the actual upload file name. The section below if(count($files)>0) {     echo(''<table style='border-collapse: collapse' class='Grid' border='0' cellspacing='0' cellpadding='2'>'');     foreach($files ...
    Posted to PHP File Uploader (Forum) by Kenneth on October 12, 2011
  • Re: What's new in version published August 10 2011?

    We fixed three issues. 1. In IIS integrated mode, if the target folder has too many files, the upload function in the insert image dialogs will have a problem. 2. We also changed css theme code to make the editor better looking in Chrome. 3. Some spaces removed from ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 11, 2011
  • Re: Ajax uploader - Cancel All button

    Hi mchamo, For your questions, 1.  Set a large number value to NumFilesShowCancelAll attribute, such ...
    Posted to Ajax Uploader (Forum) by Jeff on July 27, 2011
  • Re: 'read mode' for a gallery?

    Hi briankitt,  a reference solution, you can show the upload button in user's personal folder only in your existing solution. 1.  Open the file ''CuteSoft_Client/CuteEditor/Dialogs/InsertGallery.apsx''2.  Find the method ''protected override void OnPreRender(EventArgs args)'' , about line 1713.  Add the following ...
    Posted to Cute Editor for .NET (Forum) by Jeff on May 8, 2011
  • Re: Anyway to bypass the UploadHandler.ashx completely?

    Hi,   You can bypass the UploadHandler.ashx , but mvc uploader still need a url to handle the stream and validate the uploaded file.   The upload handler code is simple , you can implement your self  .   And change the uploader.UploadUrl to your handler url or just your controller.       void ...
    Posted to Ajax Uploader (Forum) by cutechat on January 11, 2011
  • Re: CuteWebUploader - InsertButtonID cursor style

    Dear ManoSrinivasn,   Please set ''SetAdvancedOption'' to ''UploaderAdvancedOption.NoFlash'' and try it again: <%@ 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 9, 2010
  • Re: full postback after the multiple files uploaded

    hi deepakkumarjoshi, AjaxUploader need to transfer the upload files to the server, so the postback is necessary. If you just want to prevent it, you can try the code below <script>function CuteWebUI_AjaxUploader_OnPostback(){ return false;}</script>   If you want to submit the page after all ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 21, 2010
  • Re: Events not firing

    Hi Holt, Please try the example ...
    Posted to ASP Uploader (Forum) by Kenneth on October 10, 2010
  • Re: Edit with AjaxUploader

    Dear Roniel,   Allow the user to edit files already added. This is your new requirement. After files are uploaded to your server, you can write code to handle the uploaded files, you can load files to 3rd party tool and edit them. Ajax Uploader is a professional  upload tool, it doesn't supply edit functionality. If you want to edit ...
    Posted to Ajax Uploader (Forum) by Eric on September 13, 2010