Search

You searched for the word(s): font
Showing page 65 of 216 (2,157 total posts) < 1 second(s)
  • Re: Rename File

    Dear msandwisch,   You can rename uploaded files in this method, please refer to the following code:   <%@ Language=''VBScript'' %>    <!-- #include file=''aspuploader/include_aspuploader.asp'' -->   <html>    <head>    </head>    ...
    Posted to ASP Uploader (Forum) by Eric on May 5, 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: Changing filename using AJAX uploader

    Dear cunninw,   Please refer to the following snippet: -- <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Eric on March 11, 2011
  • Re: Email notifications?

    Dear seattletype,   Please add the email notification code to the following highlighted place: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on February 16, 2011
  • Re: .resx help please (ASP uploader)

    Dear IPixel,   Please refer to the following highlighted code, it will save uploaded files as your original file name.   Solution 1:  <% @ Language=''VBScript'' %>   <!-- #include file=''aspuploader/include_aspuploader.asp'' -->   <html>    ...
    Posted to ASP Uploader (Forum) by Eric on January 28, 2011
  • Re: How can I set the default link color?

    Dear code4food,   You can create one file called ''php.css'', and put the hyperlink style in this file.    <?php             $editor=new CuteEditor();             ...
    Posted to Cute Editor for PHP (Forum) by Eric on January 12, 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: Uploading / renaming files using Ajax - Newbie question

    Hi Edd, Please try the example below, it shows you how to add the timestamp into the file name. Note: need to change the path ''C:\inetpub\wwwroot\aspuploader\uploads\ '' to ...
    Posted to ASP Uploader (Forum) by Kenneth on November 3, 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: Control to stop overwriting an exisitng file

    Dear Mark,   Please try the following code: <%@ Language=''VBScript'' %>    <!-- #include file=''aspuploader/include_aspuploader.asp'' -->   <html>    <head>    </head>    <body>    ...
    Posted to ASP Uploader (Forum) by Eric on September 19, 2010
« First ... < Previous 63 64 65 66 67 Next > ... Last »