Search

You searched for the word(s): language
Showing page 6 of 43 (424 total posts) < 1 second(s)
  • Re: Can I let to two upload button for each another the db field

    Hi m60dx, The example below shows you how to synchronize two ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 23, 2011
  • Re: Prompted to overwrite the file

    Dear SergeyC,   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''>     void InsertMsg(string msg)     ...
    Posted to Ajax Uploader (Forum) by Eric on February 1, 2011
  • Re: How to customize the UI

    Hi jbruso,   Please override the queue table to achieve it. The example below shows you how to custom the queue table   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 31, 2010
  • Re: httpwebrequest usage

    Dear soppie,   Yes, you can check the filesize before file is uploaded, the following is example snippet:  <%@ 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 December 22, 2010
  • Re: CuteWebUploader - InsertButtonID cursor style

    Dear ManoSrinivasn,   Please set ''SetAdvancedOption'' to ''UploaderAdvancedOption.NoFlash'' and try it again: <%@ 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 December 9, 2010
  • Re: After upload completes....don't show upload output table

    Dear bruticus,   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''>         void InsertMsg(string ...
    Posted to Ajax Uploader (Forum) by Eric on December 6, 2010
  • Re: How can I modify the ajax uploader's internal queue?

    Hi ssoutrs,   Please try the example below   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 10, 2010
  • Re: reading properties of uploaded files

    Dear mulmad,   Please refer to the 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 InsertMsg(string msg)     ...
    Posted to Ajax Uploader (Forum) by Eric on October 20, 2010
  • Re: Getting client path of uploaded files serversided

    Hi,   We are not able to provide the path of the file, because Flash/Silverlight and some browser's <input> do not provide that information.   For client data, you can check this demo :     <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on October 19, 2010
  • Re: Clear Uploader Files On Error

    You can use OnError event to hide the default error message alert box.   function CuteWebUI_AjaxUploader_OnError(msg) {       return false; } The following is one runnable example: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Eric on August 23, 2010
« First ... < Previous 4 5 6 7 8 Next > ... Last »