Search

You searched for the word(s):
Showing page 167 of 381 (3,805 total posts) < 1 second(s)
  • Re: FLM error while uploading file

    Hi tetnet,&nbsp;Please check the upload_tmp_dir&nbsp; setting of your php.ini. Ensure that your site has the write/read permission of this folder.&nbsp;Also, you can set it to a folder which under the root of your site.&nbsp;&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Cute Editor for PHP (Forum) by Kenneth on March 5, 2012
  • Re: Windows 8, Internet Explorer 10

    Hi&nbsp;Bloodcarver,&nbsp;Our development team already working on it. We will update the new package as soon as possible.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Cute Editor for ASP (Forum) by Kenneth on March 5, 2012
  • Re: File renaming

    Hi arildog,&nbsp;&nbsp;mvcfile.CopyTo&nbsp;(''C:\inetpub\wwwroot\aspuploader\test\''+mvcfile.FileName) &nbsp;&nbsp;&nbsp;&nbsp;mvcfile.FileName is the original file name.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to ASP Uploader (Forum) by Kenneth on March 2, 2012
  • Re: Format Files!

    Hi Vizzent,&nbsp;Please set property ''SaveDirectory'', then all upload files will save into the folder you set with the original name.&nbsp;$uploader-&gt;SaveDirectory=''/myfolder'';&nbsp;&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to PHP File Uploader (Forum) by Kenneth on March 2, 2012
  • Re: Button to select files for uploading unavailable in IE

    Hi&nbsp;MarjaR,&nbsp;What version silverlight/flash plug-in you are using with your ie browser?&nbsp;Some time load the plug-in will take a few seconds. You just need to wait for the plug-in load complete.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Ajax Uploader (Forum) by Kenneth on March 2, 2012
  • Re: Background-image url is being changed

    Hi&nbsp;AndyFel,&nbsp;We can reproduce this. I've logged it. And will report to our development team. Once issue is resolved, I will keep you posted.&nbsp;For now you can try the html filter solution below&nbsp;&nbsp;Add the html filter below to the bottom of your editor page. The red part change it to yours&nbsp;&lt;script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 2, 2012
  • Re: Symbol font in special char

    Hi phantom1998,&nbsp;Please try the way below&nbsp;1. Open file ''\CuteSoft_Client\CuteEditor\Dialogs\InsertChars.htm&nbsp;''&nbsp;2. Find section below and delete it&nbsp; &lt;input type=''radio'' onpropertychange=''var OxOcd66=[];sel_font_change();'' id=''selfont4'' name=''selfont'' value=''symbol'' /&gt;&lt;label ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 2, 2012
  • Re: File renaming

    Hi arildog,&nbsp;The example below shows you how to handle the upload file store location and the file name by method ''CopyTo''.&nbsp;&lt;%@ Language=''VBScript'' %&gt;&lt;!-- #include file=''aspuploader/include_aspuploader.asp'' --&gt;&lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Kenneth on March 1, 2012
  • Re: Pho file uploaded usage

    Hi Miwi,&nbsp;You just need to put the code into your page which you need to use the uploader control.&nbsp;For example, in my page I have a &lt;div&gt; target, I want to use the uploader control in this &lt;div&gt; target. then should be&nbsp;&nbsp;&lt;div&gt;&nbsp;&lt;?php &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; $uploader=new PhpUploader(); ...
    Posted to PHP File Uploader (Forum) by Kenneth on March 1, 2012
  • Re: How do one position file list

    Hi ScottDolan,&nbsp;You can custom the attachment table to achieve your own style setting of it.&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;script runat=''server''&gt;&nbsp; &nbsp; protected void ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 1, 2012