Search

You searched for the word(s): language
Showing page 26 of 43 (424 total posts) < 1 second(s)
  • Re: SCRIPT5009: 'OxO5d28' is undefined + in IE

    Hi jgoyani, Can you create a page by the code below and test it, does it work for you? <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 25, 2011
  • Re: Change MultipleFilesUpload on-the-fly

    Hi smcleod, Please use server side code to set this:<%@ 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''>     static int i = 0;     void InsertMsg(string ...
    Posted to Ajax Uploader (Forum) by Eric on June 30, 2011
  • Re: Clearing Ajax Uploader items

    Hi mchamo,   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''>   ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 27, 2011
  • Re: IE8 JavaScript Error Only On Uploading .txt Files Of Small Size

    Hi sparanza, Can you reproduce this issue on demo ''http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx''? If so, please show me the steps. We will check it and get back to you as soon as possible. If the demo work with your IE8, please download the latest version and try again. Latest version downloads ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 31, 2011
  • Re: Delete before submit without postback?

    Dear LUT,   Please refer to the following snippet, you can click ''Cancel All'' to cancel the whole upload or click ''Remove'' icon to cancel the upload of specific file:   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on March 29, 2011
  • Re: Temp Directory

    Hi mremigion,   The example below shows you how to remove the files after uploaded in method ''UploadCompleted''.    <%@ Page Language=''C#'' %>      <%@ Import Namespace=''CuteWebUI'' %>   ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 25, 2011
  • Re: can we add extra information on the object that ajax uploader sends for each file?

    Dear deepakkumarjoshi,   Please refer to the following highlighted 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''>           void ...
    Posted to Ajax Uploader (Forum) by Eric on January 18, 2011
  • Re: IFrame mode under Firefox causes a second browse button to appear.

    Hi pierre,   Do you get the same issue in the example below? Or just happen on some complex example? If so, please create an example which can reproduce this issue and send it to [email protected], I will check it and get back to you as soon as possible.     ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 18, 2010
  • Re: Error: http error1: 405 Method Not Allowed

    Dear Carlos,   Please save the following code to test.aspx, does it happen to this snippet? <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on November 15, 2010
  • Re: global functions not firing

    Dear deepakkumarjoshi,   Please save the following snippet to ''test.aspx'', and then run it, it works fine. <%@ 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 October 21, 2010
« First ... < Previous 24 25 26 27 28 Next > ... Last »