Search

You searched for the word(s): document
Showing page 183 of 325 (3,244 total posts) < 1 second(s)
  • Unable To Post Full List To mySql Database

    I wonder whether someone may be able to help me please.   I thought I'd got this problem solved but unfortunately I still have some errors:   I'm using the code below to upload and save image files to a mySql database.   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 9, 2012
  • Passing Filename Variable To mySql Database

    I wonder whether someone may be able to help me please.   I've put together the following code which allows the user to select and manually upload files, saving it to a folder on my server which all works fine. <?php require_once ''phpuploader/include_phpuploader.php'' ?> ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 4, 2012
  • Re: Custom links for each department?

    Hi mmartinx,  1) open file “CuteSoft_Client\CuteChat\SupportClient.aspx”2) The select control below is the department dropdown list input_department 3)     You can handle its items by javascript, like below. The code below will remove all departments except ''Support''. <script>var ...
    Posted to Cute Live Support (Forum) by Kenneth on January 12, 2012
  • Re: What's going on here?

    Sorry.   Thanks for your interest.  Here's the code:   <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by bbaldrober on December 15, 2011
  • Default font in editor

    Hi, I have an urgent requirement in my application. I need to set default  font as ''Arial'' and font-size as ''12 Px''. I had discussed this with one of the support team member (not sure but I think he was ''Eric'' thanks a lot to him for the script) and he suggested me some script i.e. function CuteEditor_OnInitialized(editor) ...
    Posted to Cute Editor for .NET (Forum) by nrsharma on December 1, 2011
  • Cutesoft Editor - Failure on call to editor.SaveRTF()

    Greetings all, Seems I encountered an issue with the SaveRTF() method. I have a simple page, with an cutesoft editor control on it and a button. Environment:    I am running this on Window 7 x64 using IE9 or FireFox v 7.01 (error was also encountered when the page is hosted on a windows 2008 r2 (x64) instance.) ...
    Posted to Cute Editor for .NET (Forum) by cbeuker on November 7, 2011
  • how to set total Upload file size limit.

    Hello, I want to upload multiple files but SUM of selected file's size is not greater then 100MB. I found below Solution but it was not achieve my requirement.  function CuteWebUI_AjaxUploader_OnSelect(files) {                 var uploader = ...
    Posted to Ajax Uploader (Forum) by Jayesh Goyani on August 24, 2011
  • JavaScript is executed in “NORAML”, “PREVIEW” tab and considered the result as part of the content.

    CuteEditor Support,   We are using the latest CuteEditor.asp.net 6.6 (downloaded from the website on 8/23/2011)   issue: JavaScript is executed in “NORAML”, “PREVIEW” tab and considered the result as part of the content.   Repro steps: 1)     Create a webstie and put the ...
    Posted to Cute Editor for .NET (Forum) by qsun on August 23, 2011
  • Failed to Load Menus! in IE7,8, and 9

    As others have reported, I am receiving a dialog box saying ''Failed to Load Menus!'' when the Cute Editor is loaded.  This ONLY happens in IE7 ,8, and 9. The message does not appear in Chrome, Firefox, Safari, or Opera (latest versions).  I am using my own configuration file that I ...
    Posted to Cute Editor for PHP (Forum) by HighConcept on July 13, 2011
  • Re: How to automatically connect/pass-through an authenticated website visitor to a LiveSupport chat session?

    Hi Mike,   You can get the authenticated user information in C# code or behind   For example, 1. in C# code  public User user = YOUR OWN METHOD TO GET AUTHENTICATED USER   2. in .aspx page  <script>     window.onload=function()     {       var ...
    Posted to Cute Live Support (Forum) by Jeff on June 14, 2011