Search

You searched for the word(s):
Showing page 15 of 123 (1,230 total posts) < 1 second(s)
  • Re: Name in the Live Support Chat window

    Dear nrsharma, &nbsp; The display name of operator and website visitors is generated from the following method: &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; public static bool GetUserInfo(string loginName,ref string nickName,ref string password,ref bool isAdmin) &nbsp; In this method, you can find code ...
    Posted to Cute Live Support (Forum) by Eric on April 22, 2011
  • Re: Want to upload images on different server

    Dear chintanshah, &nbsp; After the following highlighted code are executed, files will be uploaded to destination folder on same server, you can handle those files and move them to other server, you can refer to&nbsp; http://www.frihost.com/forums/vt-49107.html&nbsp; &nbsp; &lt;?php require_once ''phpuploader/include_phpuploader.php'' ?&gt; ...
    Posted to PHP File Uploader (Forum) by Eric on April 22, 2011
  • Re: Name in the Live Support Chat window

    Dear Neeraj, &nbsp; Please open global.asax, you will find the following method, please update the highlighted code and set the nickname: &nbsp; public static bool GetUserInfo(string loginName,ref string nickName,ref string password,ref bool isAdmin) &nbsp;{ &nbsp;&nbsp;loginName=loginName.ToLower(); &nbsp;&nbsp;Hashtable ...
    Posted to Cute Live Support (Forum) by Eric on April 21, 2011
  • Re: Adapt output image names into costum prefix with autonumbering.

    Dear Zijkant, &nbsp; There isn't a known function to handle this, uploaded files: picProj1_1.jpg / picProj1_2.jpg / picProj1_3.jpg. These are file name of uploaded files, picproj1 is the file prefix, you can write code to get the ''_n''&nbsp;.&nbsp;&nbsp;For example, you can read target folder, If you only find one&nbsp;existing file in ...
    Posted to PHP File Uploader (Forum) by Eric on April 21, 2011
  • Re: Limit number of photos

    Dear chintanshah, &nbsp; &nbsp; &nbsp;$targetfilepath= ''savefiles/myprefix_'' . $mvcfile-&gt;FileName; &nbsp; This line means you will save uploaded files to folder ''savefiles'', you can write code to read folder ''savefiles'' and check the total file quantity in this folder. &nbsp; Thank you for asking Eric@cutesoft.net &nbsp;
    Posted to PHP File Uploader (Forum) by Eric on April 21, 2011
  • Re: Need Help !!! Urgent !!

    Dear chintanshah, &nbsp; uploader.js is obfuscated code and it is only available for source code license user. Please refer to the following snippet to change the UI: &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'' ...
    Posted to PHP File Uploader (Forum) by Eric on April 21, 2011
  • Re: Cute Editor v6.1 - indenting unordered list issue

    Dear demmett, &nbsp; Upgrading is the only solution. Sorry for inconvenience. &nbsp; Thanks for your business Eric@cutesoft.net
    Posted to Cute Editor for ASP (Forum) by Eric on April 20, 2011
  • Re: Customizing the Progress Bar

    Dear chrisluo, &nbsp; Please refer to the following snippet: &nbsp; &lt;%@ Page Language=''C#'' %&gt; &lt;%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on April 20, 2011
  • Re: Error upon installation of Cute Live Support

    Dear finalcustomer, &nbsp; When do you have this issue? Has it ever worked fine? Please follow steps: 1. Please backup snippets.xml,images.xml,and urls.xml 2. Please uninstall operator client 3. Download Http://cutesoft.net/download/LiveSupportOperatorClient.msi&nbsp; and reinstall the operator client 4. Try it again. &nbsp; Keep us ...
    Posted to Cute Live Support (Forum) by Eric on April 20, 2011
  • Re: Can I Change mp3 Player or clip player

    Dear mhmoud, You can open http://cutesoft.net/example/general.aspx&nbsp;and click ''Insert Media'', if you insert one mp3 file, you can find the following html code will be generated: &nbsp; &lt;p&gt;&lt;/embed&gt; &lt;object codebase=''http://activex.microsoft.com/activex/ controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 18, 2011
« First ... < Previous 13 14 15 16 17 Next > ... Last »