Search

You searched for the word(s): language
Showing page 21 of 43 (424 total posts) < 1 second(s)
  • Re: How to hide the cancel Button ?

    Frank,   Please try the following code: <%@ Page Language=''C#'' %> <html> <head> </head> <body>     <form id=''form1'' runat=''server''>         <CuteWebUI:Uploader ID=''uploader1'' ...
    Posted to Ajax Uploader (Forum) by Adam on November 12, 2008
  • Re: Get the number of files selected for upload

    Hi Epok,     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''> <script runat=''server''>     int addedcount = 0;     void InsertMsg(string ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2008
  • Re: Ajax Uploader

    Please try based on this code :     <%@ Page Language=''C#'' Title=''First sample'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on October 14, 2008
  • Re: ActiveX Disabled Errors

    AndyFel,   This isssue is not related to AjaxUploader. AjaxUploader can work in Ajax enviorment and non-Ajax enviroment.   In IE 5.5 and 6.0, if you disallow safe ActiveX, MicroSoft AJax will not work.   Please try the following code (it doesn't contain Ajax Uploader): <%@ Page Language=''C#'' %> <!DOCTYPE ...
    Posted to Ajax Uploader (Forum) by Adam on October 2, 2008
  • Re: "Invalid Argument" in IE, but not in FF.

    I think I may have isolated what is causing the error.   If you wrap the server form tag in a <div> it causes the error. For example this simple page caues the error:   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by cullenrc on May 8, 2008
  • Re: Ajax Uploader - ManualStartUpload="true"

    Hi mchamo, Please try the example below. Function ''CuteWebUI_AjaxUploader_OnSelect'' will fire before the uploader control postback to the server. So you can execute your own script code in it before the ''FileUploaded'' event. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 15, 2011
  • Re: Customize the look & feel of error message alert window

    Hi Ken,   I used your example and added an alert at the start of the error event funtion, like that: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="DD.UI.test" %> <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" ...
    Posted to Ajax Uploader (Forum) by novi on September 19, 2013
  • Re: Avoid reload after UploadCompleted

    Hi,   Below is the example which shows you how to use SetCustomData to get the addition info of the upload file which fill by ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 19, 2014
  • Re: Using AjaxUploader with jQuery AJAX and ASP.NET

    Hi,   I have checked your code.   You have know how to use the guid list.   Please check this sample , you will know how to do it directly ...
    Posted to Ajax Uploader (Forum) by cutechat on May 8, 2009
  • Re: Problem when publishing to production test server...

    Hi ScottDolan, Try the new examle below, it should works for you. Please use all the code of it and do not change anything of the page below. <%@ Page Language=''C#'' ValidateRequest=''false'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 2, 2011
« First ... < Previous 19 20 21 22 23 Next > ... Last »