Search

You searched for the word(s):
Showing page 68 of 123 (1,230 total posts) < 1 second(s)
  • Re: Delete default folder

    I cannot reproduce this issue in latest version, the steps are as follows: 1. Download asp.net image gallery 2. Unzip and install it on my end 3.&nbsp; Update explorer layout page file( my path is http://localhost/0808dotnetgallery/Explorer-Layout.aspx) : &nbsp; protected override void OnInit(EventArgs ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on August 24, 2010
  • Re: A potentially dangerous Request.Path value was detected from the client (:)

    If you set ValidateRequest=''true'' or remove the ValidateRequest page attribute, ASP.NET request validation rejects the script input and produces an error similar to the following: A potentially dangerous Request.Form value was detected from the client (txtString=''&lt;script&gt;alert('hello...''). &nbsp; Detailed information can be found in ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 24, 2010
  • Re: Problems running demos

    $cd = ''phpuploader'';&nbsp; Please change $cd to the actual path value of your host, if you need help, please send your ftp access to eric@cutesoft.net , we can check it for u. &nbsp; Regards, Eric
    Posted to PHP File Uploader (Forum) by Eric on August 24, 2010
  • Re: JS Error: missing ) after argument list

    You can follow steps: 1. Open http://cutesoft.net/example/localization.aspx 2.&nbsp;Switch to French 3. Do not select any image, and click button ''Add image map'' I have checked these steps and cannot reproduce your issue. Can you tell us your operation steps? &nbsp; Regards, Eric
    Posted to Cute Editor for .NET (Forum) by Eric on August 24, 2010
  • Re: Update of CE inside Formview in Modal Popup problem

    eric@cutesoft.net, please include steps about how to reproduce it. &nbsp; Regards, Eric
    Posted to Cute Editor for .NET (Forum) by Eric on August 24, 2010
  • Re: how to change the tag?

    You can create filter to change the content of cuteeditor, detail information can be found in http://phphtmledit.com/document/scr/Creates-your-own-HTML-Filter.htm &nbsp; Regards, Eric &nbsp;
    Posted to Cute Editor for PHP (Forum) by Eric on August 24, 2010
  • Re: Renaming File

    Please try the following code: &lt;?php require_once ''phpuploader/include_phpuploader.php'' ?&gt; &lt;?php session_start(); ?&gt;&nbsp;&nbsp;&nbsp; &lt;html&gt;&nbsp;&nbsp; &lt;head&gt; &nbsp;&lt;title&gt;Demo 1 - use SaveDirectory property&lt;/title&gt; &lt;/head&gt; &lt;body&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to PHP File Uploader (Forum) by Eric on August 23, 2010
  • Re: Clear Uploader Files On Error

    You can use OnError event to hide the default error message alert box. &nbsp; function CuteWebUI_AjaxUploader_OnError(msg) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return false; } The following is one runnable example: &lt;%@ Page Language=''C#'' %&gt; &lt;%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Eric on August 23, 2010
  • Re: Manual Upload, Cancel Upload Process

    Please refer to the following code: &nbsp; By default, you do not need set any property, when you select multiple files, the ''Cancel All'' button will be visible, if you click it, it will cancel file upload, the following example hide the built-in ''Cancel All'' button and use customized button to replace it, it shows how to cancel the ...
    Posted to Ajax Uploader (Forum) by Eric on August 23, 2010
« First ... < Previous 66 67 68 69 70 Next > ... Last »