Search

You searched for the word(s): language
Showing page 16 of 43 (424 total posts) < 1 second(s)
  • Re: Custom Cancel All uploads

    Hi Pbanerji, The cancel all button is a part of the queue table, if you want to use a custom button to replace it, you need to write your own queue table. The example below shows you how to achieve it <%@ Page Language=''C#'' Title=''Customize the queue UI'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 10, 2012
  • Re: UploadereventArgs

    Hi dbots, Please try the example below. When you click on the submit button, the upload will start and the upload files will save into the ''photos'' folder in the button click event. <%@ Page Language=''C#'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 7, 2011
  • Re: CuteWebUI_AjaxUploader_OnQueueUI event

    Hi Kemal, 1. This event is activated even on load, when the form that contains the control is loaded for the first time, without click on the button uploadmedia, is this right? No, this event will fire after you select the files, and the upload in progressing. 2. I tried using this event to wrap this table in a div ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2011
  • Re: Can i change the temporary uploaded filename?

    Hi ScottDolan,   Please use method ''CopyTo'' to save the upload file.   <%@ 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 void ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 7, 2011
  • Re: Not able to upload files of size more than 1gb

    Hi stephen_albert, Please try the example below, does it work for you? <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 30, 2011
  • Re: how to set total Upload file size limit.

    Hi jgoyani, Please try the example below <%@ 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 void attachment1_AttachmentRemoveClicked(object sender, ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 24, 2011
  • Re: fileupload doing partial postback on each file upload.

    Hi ibhadelia, It just do one post back, please try the example below. When you click on the post back button, the page will do a post back and label1 will add ''-1''.(click a few times to test it) Then try upload multiple files, you can see the label1 just add one ''-1'' in it. <%@ Page Language=''C#'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 23, 2011
  • Uploader together with CKEditor both in updatepanel

    Hi, I have CKEditor in an updatepanel containing text: <h1>hello</h1>In another updatepanel I have your Ajax Uploader. When uploading a file I get the error:A potentially dangerous Request.Form value was detected from the client (CKEditorEdit=''<h1>hello</h1>'') Because both controls are in their own update ...
    Posted to Ajax Uploader (Forum) by dvanmaanen on August 10, 2011
  • Re: Clearing Ajax Uploader items

    Thanks.  So based on your example. we have to remove the files one at a time?  There is no one call to remove all the files?   Kenneth:Hi mchamo,   Please try the example below   <%@ Page Language=''C#'' %>      ...
    Posted to Ajax Uploader (Forum) by mchamo on June 28, 2011
  • Re: Ajax Uploader - ManualStartUpload="true"

    Ken, I tried your recommendation of using the CuteWebUI_AjaxUploader_OnSelect javascript event.  The problem with this is that when using the manual start upload approach, the CuteWebUI_AjaxUploader_OnSelect event kicks off as soon as you select a file for upload but not when you click your button to submit and actually begin the ...
    Posted to Ajax Uploader (Forum) by mchamo on June 16, 2011
« First ... < Previous 14 15 16 17 18 Next > ... Last »