Search

You searched for the word(s):
Showing page 237 of 381 (3,805 total posts) < 1 second(s)
  • Re: File size (undefined B) is too large

    Hi frJericho,&nbsp;Can you send the test image(the 100kb image what you are testing) to Kenneth@CuteSoft.net? I will check it and get back to you as soon as possible.&nbsp;Regards,&nbsp;Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 2, 2011
  • Re: File size (undefined B) is too large

    Hi frJericho,&nbsp;Get issue ''undefined B'' because the user using IFrmae mode for upload and the file size larger than the size you set.&nbsp;Please try change the maximum size to a large value and upload your 100 kb image again. It should work.&nbsp;Regards,&nbsp;ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 1, 2011
  • Re: Pre-Upload Event

    Hi linkebte, &nbsp; Please try the example below &nbsp; &lt;%@ Page Language=''C#'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''&gt; &lt;html xmlns=''http://www.w3.org/1999/xhtml''&gt; &lt;head runat=''server''&gt; &nbsp;&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 1, 2011
  • Re: IE8 JavaScript Error Only On Uploading .txt Files Of Small Size

    Hi sparanza,&nbsp;Can you reproduce this issue on demo ''http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx''?&nbsp;If so, please show me the steps. We will check it and get back to you as soon as possible.&nbsp;If the demo work with your IE8, please download the latest version and try again.&nbsp;Latest version downloads ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 31, 2011
  • Re: Turn off Silverlight in CuteWebUI.AjaxUploader

    Hi velnias2008,&nbsp;Add the code below into the dialog page. It iwll hide the upload button&nbsp; when uploading.&nbsp;Forexample ''CuteSoft_Client\CuteEditor\Dialogs\InsertDocument.aspx''&nbsp;&nbsp; &lt;script&gt; function CuteEditor_AjaxUploader_OnStart() { &nbsp;&nbsp;&nbsp; var hidden=this; &nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 31, 2011
  • Re: File size (undefined B) is too large

    Hi frJericho ,&nbsp;Try this way&nbsp;1.&nbsp; Open file ''\CuteSoft_Client\CuteEditor\Configuration\Security\Default.config''.&nbsp;2.&nbsp; Find section below&nbsp;&lt;security name=''MaxImageSize''&gt;150&lt;/security&gt;&nbsp;3. Change it to a large value&nbsp;&lt;security ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 31, 2011
  • Re: Session Timeout Errors

    Hi Yorkey,&nbsp;Can you reproduce this issue on your end?&nbsp;If so, can you post the test page url and show me the steps to reproduce it? I will check it and get back to you as soon as possible.&nbsp;Regards,&nbsp;Ken
    Posted to ASP Uploader (Forum) by Kenneth on May 30, 2011
  • Re: how to deal with duplicate file name

    Hi acyk,&nbsp;Two ways.&nbsp;1. Remove the &lt;form&gt; tag.&nbsp;2. Use the example below&nbsp;&lt;?php require_once ''phpuploader/include_phpuploader.php'' ?&gt; &lt;?php session_start(); ?&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''&gt; &lt;html ...
    Posted to PHP File Uploader (Forum) by Kenneth on May 30, 2011
  • Re: Need help deciphering error

    Hi CCDSystems,&nbsp;Can you reproduce this issue on demo http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx?&nbsp;Is your site online? If so, can you post your test page ulr? I will check it and get back to you as soon as possible.&nbsp;Have you try on another pc/browser?&nbsp;Keep me posted.&nbsp;Regards,&nbsp;ken
    Posted to Ajax Uploader (Forum) by Kenneth on May 30, 2011
  • Re: Session Timeout Errors

    Hi Yorkey,&nbsp;Try add the code below into your page. it will activate the session every 6 seconds.&nbsp; justablankpage.asp can be a empty test page.&nbsp;function ActivateSession() { &nbsp;&nbsp;&nbsp; document.body.style.backgroundImage=''url(justablankpage.asp?_temp''+new ...
    Posted to ASP Uploader (Forum) by Kenneth on May 29, 2011