Search

You searched for the word(s): language
Showing page 7 of 43 (424 total posts) < 1 second(s)
  • Re: Manual Upload, Cancel Upload Process

    Please refer to the following code:   By default, you do not need set any property, when you select multiple files, the ''Cancel All'' button will be visible, if you click it, it will cancel file upload, the following example hide the built-in ''Cancel All'' button and use customized button to replace it, it shows how to cancel the ...
    Posted to Ajax Uploader (Forum) by Eric on August 23, 2010
  • Re: How can I change the tooltip (for i18n) for the red remove icon and the green uploaded successfully icon ?

    You can create one customization queue table, the following is one runnable example, you can cusotmize based on this example: <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML ...
    Posted to Ajax Uploader (Forum) by Eric on August 18, 2010
  • Re: Multiple Upload Controls

    snagpoonage,   Ajax uploader allows you run multiple upload controls on the same page.   Please try the following code: <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     ...
    Posted to Ajax Uploader (Forum) by Adam on August 17, 2010
  • Re: queue list

    Hi Troyan,   Please try the example below   <%@ Page Language=''VB'' %>     <!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 July 13, 2010
  • Re: Hiding UI after Upload

    Dudi44: Hi! I'm uploading a CSV file and importing some of the uploaded file's data into a DB based on certain criteria, all in one go. Once uploaded, I need to hide the Upload UI before starting the import and give the user notification that the upload is finished and the import is starting. Not sure how to do this and any help will be ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 25, 2010
  • Re: width and height of an image

    The following is a full 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 OnInit(EventArgs e)     ...
    Posted to Ajax Uploader (Forum) by Eric on May 7, 2010
  • Re: Upload a specific files from Zip File.

    Dear [email protected],   Please refer to 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 OnInit(EventArgs ...
    Posted to Ajax Uploader (Forum) by Eric on January 6, 2010
  • Re: Multiple File Upload - Not showing "Required" elements

    Hi MrHumpty,   Try this way <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>     <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 25, 2009
  • Re: Progress bar in custom queue table.

    Michael Raizman ,   Here is a sample :   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ 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 November 16, 2009
  • Re: is there a way for preventing the option to cancel upload form appearing?

    Hi jpchatt,   You can only hide the cancel button by javascript. like 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 October 8, 2009
« First ... < Previous 5 6 7 8 9 Next > ... Last »