Search

You searched for the word(s): language
Showing page 5 of 43 (424 total posts) < 1 second(s)
  • Re: Guidance needed - not sure which uploader type to use!

    Hi Tawl, I suggest you use the UploadAttachments control, it allow to get all upload files back by porperty ''Items''. <%@ 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 Kenneth on December 19, 2011
  • Re: Reset Files Uploaded Grid

    Hi mremigio, If you mean clean the uploader attachment, please try the example below. <%@ 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 Kenneth on December 12, 2011
  • Re: Getting File Duplicate Alert even if I have removed the file from upload

    Hi lbhatt, Please try the example below <%@ 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 Kenneth on October 19, 2011
  • Re: Missing CustomProvider

    Hi HinaLaitkor, The example below shows you how to add the file into the attachment list. I have a file name ''test.txt'' at the root of the test site. <%@ 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 Kenneth on September 26, 2011
  • Re: Hide table with class = AjaxUploaderQueueTable

    Hi starrillo, Please try the example below <%@ 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 Kenneth on September 26, 2011
  • Re: progress bar not visible some times.

    Hi ksanjay, Please try the example below? Does it get the same issue? <%@ Page Language=''C#'' Title=''example'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 12, 2011
  • Re: How can I throw a server side error if file upload is not successful

    hi RonR, Please try the example below. Upload a large file to fire the error. <%@ 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 void b1_Click(object sender, ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 5, 2011
  • Re: How to get file detail info like ImageWidth?

    Hi RaymondC,   Please refer to http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx, the following is its source 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''>   ...
    Posted to Ajax Uploader (Forum) by Eric on June 16, 2011
  • Re: Custom Progress Template - Can I get *minutes* remaining?

    Dear srotkin,   Please refer to the following snippet: <%@ Page Language=''C#'' Title=''Total Progress'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on May 2, 2011
  • Re: CuteWebUI:UploadPersistedFile Remove Functionality

    Hi AkbarAnsari,   Please try the example below   <%@ Page Language=''C#'' AutoEventWireup=''True'' %>      <%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''CuteWebUI'' %>   ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 7, 2011
« First ... < Previous 3 4 5 6 7 Next > ... Last »