Search

You searched for the word(s): error
Showing page 222 of 969 (9,685 total posts) < 1 second(s)
  • Re: file size problem

    Dear abaco,   Open your metabase.xml, which is located in 'c:\Windows\System32\Inetsrv', find the line ''AspMaxRequestEntityAllowed'' and change it to a value to suite your needs. Note: Editing the metabase.xml file requires shutting down of IIS before you can edit the file. For more information on the AspMaxRequestEntityAllowed or the ...
    Posted to ASP Uploader (Forum) by Eric on December 2, 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: How can I change the tooltip (for i18n) for the red remove icon and the green uploaded successfully icon ?

    You can create one customization queue table, the following is one runnable example, you can cusotmize based on this example: <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML ...
    Posted to Ajax Uploader (Forum) by Eric on August 18, 2010
  • Re: File rename

    Please try the following code:   demo2.php: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on July 12, 2010
  • Re: Failed to load menus!500

    geoffo: Have just reinstalled CuteSoft_Client folder and double checked all contents successfully in place. All seems to work except I get a constant occurring error  'Failed to load menus!500'.   Any suggestions what this could be due to? Incidentally I'm using <add key=''CuteEditorDefaultFilesPath'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 14, 2009
  • Re: Progress bar in custom queue table.

    Michael Raizman ,   Here is a sample :   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on November 16, 2009
  • Re: Maximum file size under IIS7 and custom oversize warning

    Hi,   2G limit is per file.   You can use the OnSelect event to show the custom error message :    <script type=''text/javascript''>  function CuteWebUI_AjaxUploader_OnSelect(files)  {   for(var i=0;i<files.length;i++)   {    var ...
    Posted to Ajax Uploader (Forum) by cutechat on August 8, 2009
  • Re: Failure message when customer is going to second page for inserting picture

    Dear Rob Weeder,   The error message is saying ''Access denied''. Can you find the image upload folder, give everyone full control and see what happens?   If problem persists, can find our online demo inside download package CS/VB folder. Uploade one of the demos ie localization.aspx to their website and see if it makes any ...
    Posted to Cute Editor for .NET (Forum) by Karen on May 14, 2009
  • Re: Okay, I just downloaded and installed the sample version - now what?

    Hi lianaent,   1.   I tried opening the solution but I get an error that it's written in .Net 1.1.   Cute Chat can works with .net 3.5, please reference the requirements here: http://cutesoft.net/ASP.NET+Chat/Requirements/default.aspx   2.How do I integrate this with my website?  I mean, I ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 20, 2009
  • Re: CancelAllButton, Style Progresspart

    Hi Andreas,     1.try this way: button {     border: 1px solid #0069ad;     background: url(images/back_button.gif) repeat-x;     color: #fff; font-weight: bold; padding: 3px 20px; }   2.Please elaborate on what you mean,thanks   3.you can set it with ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2008