Search

You searched for the word(s): CuteWebUI
Showing page 27 of 113 (1,122 total posts) < 1 second(s)
  • Re: Control error in Visual Studio & progress bar color

    Hi MITFrog,   1. Can you reproduce this issue on online demo http://www.ajaxuploader.com/Demo/Large-File-Upload.aspx?      If it only happen on your site, please try set  <trust level=''Full'' /> in you web.confg.   2. We will fix this issue in next patch.   3. If the page and the codebehind ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 15, 2010
  • Re: Windows 2003 - flash upload

    Rafael,   Please download the last version.   We have added a new property : <CuteWebUI:Uploader FlashLoadMode=''True'' ....>   This mode have disadvantages :   1 - Do not support Flash8,9 (will disable FlashLoadMode if use 8/9) 2 - client side need big memory for large files. 3 - Browser will stop ...
    Posted to Ajax Uploader (Forum) by cutechat on March 7, 2010
  • Re: Disable 'Create a group' & 'View Profile'

    Hi surfo101,   1.       How to disable the “Create a group” button?  Open file “CuteSoft_Client\CuteChat\NewMessengerMain.htm”  Find section below  <span title=''[[AddNewGroup]]'' class=''MessangerToolbarItem'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on February 7, 2010
  • Re: Question regarding component lifecycle

    kbenz: I am working on an application with which you can construct a fax by filling out a form and attaching one or more documents. On one particular form, one use case has the user attaching a document (with it automatically being uploaded) either one at a time or in mass. At some point the user either manually fills in the destination ...
    Posted to Ajax Uploader (Forum) by Adam on December 6, 2009
  • Re: Anti-Virus upon upload?

    Allen:   You can use the OnFileValidating event to write the custom validation code :   <CuteWebUI:UploadAttachments runat=''server'' ID=''Uploader1'' OnFileValidating=''Uploader1_FileValidating'' />  protected void Uploader1_FileValidating(object sender, UploaderEventArgs args)  {       ...
    Posted to Ajax Uploader (Forum) by cutechat on November 21, 2008
  • IIS7 HTTP Error 503. The service is unavailable

    I need some assistance again please.   Solving the original problem I had (see link above) has now created a new problem but I don't why it's happening.  On the dedicated web server (configuration at the end of this post) wile using FF, I'm getting a message that states ''The connection was reset'' when requesting a page that has 14 ...
    Posted to Ajax Uploader (Forum) by ddoms on September 9, 2009
  • Re: AjaxUploader Upload button not firing correctly

    Right, I created a new page within my existing application called AjaxUploader.aspx and copied that code in, I still get the exact same issue, Internet Explorer has JavaScript errors and FireFox doesn't render the browse button on the initial partial page reload.  I thought it must be something to do with my references (as I have had to ...
    Posted to Ajax Uploader (Forum) by lholman on March 17, 2008
  • Re: CopyTo casuing 'Loading...' text to stay on screen

    Please check this sample code ...
    Posted to Ajax Uploader (Forum) by cutechat on July 30, 2009
  • Re: CuteWebUI.AjaxUploader.UploadSpeedKB not working?

    RF,   This property will not works for these conditions :   1 - filesize less then 200K   2 - client side use Silverlight for uploading   3 - server side using Medium trust level.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on October 17, 2009
  • Re: Problem when publishing to production test server...

    Hi ScottDolan, Try the new examle below, it should works for you. Please use all the code of it and do not change anything of the page below. <%@ Page Language=''C#'' ValidateRequest=''false'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 2, 2011
« First ... < Previous 25 26 27 28 29 Next > ... Last »