Search

You searched for the word(s): language
Showing page 18 of 43 (424 total posts) < 1 second(s)
  • Re: Newbie questions and issues: Firefox compatibility, FileUploaded not being executed

    Hi nokturnal, Question 1 Can you try our demo http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx with your firefox browser? Is that works for you? What version of your firefox/flash/silverlight? Question 2 Please try the example below. the method FileUploaded should fire after each file ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 26, 2010
  • Re: Uploader in multiple places on one page

    Hi gabriels, Can you explain your requirement on detail? Maybe you can try the example below, tell me if it is not you need. Please show me more detail, so I can create the example for ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 8, 2010
  • 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: AJAX Uploader Compatibility with Office 2007

    Dear bvanderwal,   I have used the following code and test this issue:  <%@ 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 ...
    Posted to Ajax Uploader (Forum) by Eric on September 8, 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
  • Re: How to Override AjaxUploader.GlobalMaxSizeKB size

    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''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head id=''Head1'' runat=''server''>    <title>Untitled ...
    Posted to Ajax Uploader (Forum) by Eric on August 14, 2010
  • Re: Setting file queue background color

    Yes, you can customize ''Cancel All'' button. Please try the following code:  <%@ 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 Eric on August 10, 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: Server Side ValidateOptions

    Hi atwoodkevin,   Try the below example, it works fine for me.   <%@ 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 June 28, 2010
« First ... < Previous 16 17 18 19 20 Next > ... Last »