Search

You searched for the word(s):
Showing page 186 of 381 (3,805 total posts) < 1 second(s)
  • Re: Styling attachments table

    Hi Jerry2,&nbsp;Try the example below&nbsp;&lt;%@ Language=''VBScript'' %&gt;&lt;!-- #include file=''aspuploader/include_aspuploader.asp'' --&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 xmlns=''http://www.w3.org/1999/xhtml''&gt;&lt;head&gt; &lt;title&gt; Form - ...
    Posted to ASP Uploader (Forum) by Kenneth on December 22, 2011
  • Re: Cancell ALL ID

    Hi Jerry2,&nbsp;You can custom the cancel all button by custom the queue table&nbsp;&lt;%@ Language=''VBScript'' %&gt;&lt;!-- #include file=''aspuploader/include_aspuploader.asp'' --&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 ASP Uploader (Forum) by Kenneth on December 22, 2011
  • Re: Image preview

    Hi jerry2,&nbsp;For now does not support this feature, sorry for your inconvenience.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to ASP Uploader (Forum) by Kenneth on December 22, 2011
  • Re: Friendly File Names

    Hi PeterK,&nbsp;The example below shows you how to custom the queue table, hope it help&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 December 22, 2011
  • Re: Cannot See Images in Image Library

    Hi&nbsp;Chaplain,&nbsp;What you set for the image store folder? &nbsp;please refer to&nbsp;http://www.cutesoft.net/developer+guide/scr/Specifying-images-path.htm to set it.&nbsp;&nbsp;The uploader temp problem please change the permission of folder ''C:\Windows\Temp''. it is the default upload temp folder of the upload function.&nbsp;Is your site ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 22, 2011
  • Re: UploadAttachments loses file info during multiple postbacks (Viewstate is enabled)

    Hi tweek82,&nbsp;Please add the code below into your page, uploader1 is the uploader control id.&nbsp;&nbsp; protected override void OnPreRender(EventArgs e)&nbsp; &nbsp; &nbsp; &nbsp; {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; base.OnPreRender(e);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uploader1.Items.ToString();&nbsp; &nbsp; &nbsp; &nbsp; ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 21, 2011
  • Re: moved 2 cute editors, one working, other gets error message

    Hi pmagoo,&nbsp;If remove the ''kyTools.config'' setting, does it work?&nbsp;If allow, please set up ftp access for me, so we can check it for you directly.&nbsp;You can send the info to Kenneth@CuteSoft.net&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Cute Editor for PHP (Forum) by Kenneth on December 21, 2011
  • Re: How do I configure Cute Editor to use <br> instead of <br />?

    Hi ARJDESIGNS,&nbsp;You can use html filter to achieve it, try the example below&nbsp;&lt;%@ Page Language=''C#'' %&gt;&lt;%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %&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 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 21, 2011
  • Re: Any way to get file type?

    Hi Jerry2,&nbsp;For now asp uploader doesn't have the function to get the upload file type. Sorry for your inconvenience.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to ASP Uploader (Forum) by Kenneth on December 20, 2011
  • Re: Insert link problem

    Hi JesseGrunn,&nbsp;For now have not the option to set the image/link separate. Try use html filter, change the red part to your host name.&nbsp;Also, you can replace the code at server side when you get the content from the editor.&nbsp;&nbsp;&lt;%@ Page Language=''C#'' %&gt;&lt;%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 20, 2011