Search

You searched for the word(s): language
Showing page 40 of 43 (424 total posts) < 1 second(s)
  • Re: Max File Size?

    Keith,   It has nothing to do with web.config file.   Please try the following code and get back to me.   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on September 18, 2008
  • Re: Pre-Upload Event

    Hi,     We have made some research on your request.   We recommand you implement your request by this way:   Use custom UI button by setting the Uploader1.InsertButtonID=''AnotherButton''   then the uploader script would replace the AnotherButton.onclick=..   You can replace it by this way ...
    Posted to Ajax Uploader (Forum) by cutechat on July 7, 2008
  • Re: MVC2 - 500 Internal Server Error

    Hi EllenD, Are you use MVC2 with AjaxUploader too? Is you site online? If so, can you send me the test page url and show me the steps to reproduce this issue? Do you get the same issue witht the simple page like below? <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 17, 2011
  • Re: Error: Objet reference not set to an instance of an object

    Dear Kenneth,   our customer performed the test as requested. This is the web page used for the test:   <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Tux on December 1, 2011
  • Re: Progress bar uploading information language

    tried qa few hours later works fine in the prerender event thanks
    Posted to Ajax Uploader (Forum) by wassimsa on June 1, 2009
  • Re: File upload name

    Hi djnotepad, You can refer to the following code, the highlighted line will move the temporary files to destination folder and save as your actual file name: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by Eric on June 28, 2011
  • Re: Simple Upload not working in IE7

    Can you try the following code in IE 7.0?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' runat=''server''>    ...
    Posted to Ajax Uploader (Forum) by Adam on January 2, 2009
  • Re: CuteWebUI_AjaxUploader_Initialize is not defined

    Hi pandurang,   Please post your page code here.   Also, you can try the example below   <%@ Page Language=''C#'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 14, 2010
  • Re: CopyTo casuing 'Loading...' text to stay on screen

    James,   Please try the following example:   <%@ Page language=''c#''%>   <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %>   <html>    <head>   </head> ...
    Posted to Ajax Uploader (Forum) by Adam on July 27, 2009
  • Re: UploadAttachments doesn't update the page when finished uploading

    Dave,   It looks like you are running asp.net ajax example and but asp.net ajax is not installed in your server.   Please try the following example:   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on April 15, 2009
« First ... < Previous 38 39 40 41 42 Next > ... Last »