Search

You searched for the word(s): language
Showing page 17 of 43 (424 total posts) < 1 second(s)
  • Re: CentOS compatibility

    Hi nunndaddy, Can you create a simple page by the code below and let your client test it? Does it ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 10, 2011
  • Re: Modify GetTempFilePath (PLEASE HEEEEEEEEEEEEELP!)

    Dear fjbotto,   The following is one full and runnable example, 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''>   protected override ...
    Posted to Ajax Uploader (Forum) by Eric on May 3, 2011
  • Re: FILES DESTINATION

    Dear DavidMorley,   Temporary files use .resx as extension name,you can use the highlighted line to copy or move uploaded files to destination folder, it will use original file name, <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on April 5, 2011
  • attach uploaded files to email

    Hey Guys, based on some sample code that was posted in the forum, if I try to attach the uploaded file(s) to an email message, the attachements appear as ''persisted'' files in the email. At what point should I attach it to the message because it appears I'm doing it too early. Please advise. Here is the sample source code im working ...
    Posted to Ajax Uploader (Forum) by drifter on March 15, 2011
  • Re: SLM error

    Hi gnuzim, Do you get this issue when upload some special files? Can you send me the test page ulr? So I can test it too. Do you get this issue with the simple example ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 6, 2011
  • Re: Allowing different file sizes for different document types

    Dear casso,   You can refer to the following 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 InsertMsg(string msg)     ...
    Posted to Ajax Uploader (Forum) by Eric on February 23, 2011
  • Re: Javascript functions

    Dear meti,   1. How to I prevent from displaying the list of files that have been canceled? I mean all files that their status is ''Error''.  Please try the following code: <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html ...
    Posted to Ajax Uploader (Forum) by Eric on February 7, 2011
  • Re: Extra validate

    Dear SergeyC,   Yes, you can add extra code to validate the uploaded files and interrupt the upload process, please refer to the following code: <%@ Page Language=''C#'' Title=''First sample'' %>   <%@ Import Namespace=''CuteWebUI'' %>   <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Eric on January 27, 2011
  • Re: Capturing a title for each uploaded file

    Hi mrichman, Please try the example ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 5, 2011
  • Re: Large File Upload with Confirmation E-mail Support

    Dear Darin,   Please refer to the following code: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bc00d4b0e43ec38d'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on December 24, 2010
« First ... < Previous 15 16 17 18 19 Next > ... Last »