Search

You searched for the word(s): CuteWebUI
Showing page 26 of 113 (1,122 total posts) < 1 second(s)
  • Re: Validate Sum of file size for multiple files

    Hi Joe, Please refer to the following snippet:<%@ Page Language=''C#'' Title=''First sample'' %>  <%@ 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 June 23, 2011
  • Re: Button to select files for uploading unavailable in IE

    Hi. I'm also experiencing this same issue with IE when I've deployed the web application to the web server. The weird think is that it's running ok in my development machine, and it also works fine in both machines, the development one and the server, with Opera, Firefox and Safari, but accessing using IE to the application ...
    Posted to Ajax Uploader (Forum) by tandem on July 19, 2012
  • Re: Select multiple file don't work !!!

    ALSO THIS SIMPLE CODE NOT WORK :   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' runat=''server''>  <CuteWebUI:Uploader ...
    Posted to Ajax Uploader (Forum) by bruognololuca on June 30, 2009
  • Re: CuteWebUI AjaxUploader Initialize is not defined in php file uploader

    Hi Terry, <script type='text/javascript' src='homepages/31/d288600241/htdocs/test/phpuploader/ajaxuploaderresource.php?type=script'></script>  iam getting above generated html code.  <?php                           ...
    Posted to PHP File Uploader (Forum) by ur.prasu on October 21, 2009
  • Re: Bought the license and now it does not work.

    Hi Ken,   The demo page does indeed work in IE9.  I do see a difference between my code and yours that I can't explain;  perhaps you can shed some light.   Here is what IE's Developer Tools is showing as the onload attribute for the <img> tag that gets rendered in your demo page version of ...
    Posted to Ajax Uploader (Forum) by mitcheroo on April 9, 2013
  • Re: Ajax Uploader Over Https is throwing an error

    Hi afennani,   Please try the way below to disable the flash upload mode.    1. Open the controller file, find the uploader control section   2. Use the code below to disable the flash upload mode   using (CuteWebUI.MvcUploader uploader = new ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 26, 2012
  • Re: Turn off Silverlight in CuteWebUI.AjaxUploader

    Dear velnias2008, We integrate Ajax uploader into Cute Editor. Ajax Uploader allows you to select and upload multiple files at once. 1. If Ajax Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution. 2. If Ajax Uploader detects Flash is installed on your PC, It will use the Flash solution. 3. If ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 30, 2011
  • Re: Call to MvcUploadFile.MoveTo throws an error

    Hi samh,   Pleaset create a folder under the root of your site and name it to UploaderTemp, then set the TempDirectory for the uploader control in web.config as below.   <appSettings>     <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/UploaderTemp"/> ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 21, 2012
  • Re: Uploader in dynamic UserControl

    Just tested another control from the CuteWebUI library: Uploader from the "Simple Upload withProgress" sample to see how it will behave. On a simple ASPX page it works just fine but again when loaded asynchronuously using an ASCX user control the Uploader kicks out the same "Object reference not set to an instance of an ...
    Posted to Ajax Uploader (Forum) by benjib98 on November 1, 2012
  • Re: How can i hideusername from cutechat?

    Dear   Please follow steps: 1. Please open file CuteSoft_Client\CuteChat\Script\NewMessenger.js 2. You can find the following code in line 717:         if((contact.UserName).toLowerCase()!=(contact.DisplayName).toLowerCase())        sb.push(''<div ...
    Posted to Cute Live Support (Forum) by Eric on October 1, 2010
« First ... < Previous 24 25 26 27 28 Next > ... Last »