Search

You searched for the word(s): language
Showing page 1 of 43 (424 total posts) < 1 second(s)
  • Re: simpliest way to change language for AjaxUploader?

    Hi,   1 - Use the server control properties to set the strings.   2 - Use client side event to show custom error message:   <script> function CuteWebUI_AjaxUploader_OnError(msg) {     //check the msg , and replace it to custom message :     alert(''my error msg'');     ...
    Posted to Ajax Uploader (Forum) by cutechat on September 29, 2009
  • Change the language of messages

    Hello,    I searched the help document (http://ajaxuploader.com/document/) to change the language of the messages. I found in the FAQ it can be done via an external XML-file: All labels, buttons, tooltips and messages are located in external XML files, so that the language of the Uploader can be switched with a single property. ...
    Posted to Ajax Uploader (Forum) by KrisKilowatt on July 12, 2011
  • Translate to other language

    The help file states the following: All labels, buttons, tooltips and messages are located in external XML files, so that the language of the Uploader can be switched with a single property. You can also create a new language in a matter of minutes.   Where do I find those XML files. And how would I change the language ...
    Posted to Ajax Uploader (Forum) by MarjaR on April 23, 2009
  • Re: Progress bar uploading information language

    UploaderBase.ProgressTextTemplate Property Gets or sets the progress text template.   Default:   ''Uploading %F%. %SEND% of %SIZE% at %KBPS%; %T% seconds remaining.   %P% = percent, %T% = seconds remain, %F% = filename. %SEND% = uploaded size , %SIZE% = file size , %KBPS% means KB/s , %KBPS% = B/s \r\n ...
    Posted to Ajax Uploader (Forum) by Adam on May 7, 2008
  • Re: Uploader in Jquery Dialog

    Hi agerled,   Try put the Jquery dialog code into method ''CuteWebUI_AjaxUploader_OnInitialize''. Like the example below.   <%@ Page Language=''vb''%>     <%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''cc1'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 15, 2010
  • Re: Ajax Uploader missed new 3 features...

    Hi Demon1, * Small image preview before start upload or after upload completed  The example below shows you how to generate the preview image after upload ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 6, 2012
  • Re: get client path of image

    HI krm0503,   There are two example, please create a folder name ''Uploads'' under the root of your site to start test the examples.   1 will update the images every uploaded   <%@ Page Language=''C#'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 17, 2010
  • Re: Recovering from file transfer error

    Hi,   Please check this sample :   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!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 cutechat on November 2, 2009
  • Re: max size

    racha3l ,   Please try the following two examples and get back to me.  First:   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Eric on October 15, 2009
  • Re: Is it possible to deny file type?

    Hi,   If you use this way , you must collect all kinds of the file types which can be executed on your server.   if you miss one , your server will be hacked.  <%@ Page Language=''C#'' Title=''First sample'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on September 9, 2009
1 2 3 4 5 Next > ... Last ยป