Search

You searched for the word(s):
Showing page 180 of 231 (2,301 total posts) < 1 second(s)
  • Re: Live Support Operator Client serious bug

    Hi, &nbsp; Thanks for reporting that. &nbsp; The LiveSupport app now do not handle the windows shutdown event. &nbsp; We will support that soon. &nbsp; But the app also do not changes any system files and would not hurt the windows. &nbsp; It's only a software that process the data of the server. &nbsp; Regards , Terry.
    Posted to Cute Live Support (Forum) by cutechat on May 29, 2008
  • Re: Adding new "group" on web messenger

    Richard, &nbsp; Hi, we have considered that function and would implement it in next version. &nbsp; Regards , Terry . &nbsp;
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on May 29, 2008
  • Re: View chat history web service

    Hi, &nbsp; Please check the CuteSoft_Client/CuteChat/Admin/Log.aspx &nbsp; You can use &nbsp; ChatApi.GetMessages(..) &nbsp; to load the history &nbsp; and then create your own webservice easily. &nbsp; Regards , Terry . &nbsp; &nbsp;
    Posted to Cute Live Support (Forum) by cutechat on May 29, 2008
  • Re: GetLogonIdentity constantly firing

    Richard, &nbsp; Hi, you need follow the example, the example contains the code for the GetLogonIdentity &nbsp; And so you can use HttpContext.Current to get the logon user info , &nbsp; such as context.Identity.User.Name , or custom cookie context.Response.Cookies[''User''] &nbsp; and&nbsp;then&nbsp;return the new ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on May 29, 2008
  • Re: uploader in web control

    Hi, &nbsp; You need dispose the stream when you opened it. &nbsp; byte[] data = new byte[args.FileSize]; using(Stream stream=args.OpenStream()) { &nbsp;&nbsp;&nbsp; stream.Read(data,0,data.Length); } AFSFile file = new AFSFile(data, ''FolderName'', '''', args.FileName) file.Save(); &nbsp; Regards , Terry.
    Posted to Ajax Uploader (Forum) by cutechat on May 29, 2008
  • Re: Multiple Files

    Hi,&#160;The UploadAttachments provide a programming modal for management multiple files easily.&#160;The samples contains a forum example show how to use that control to create and edit the attachments of&#160;a thread.&#160;If do not use the UploadAttachments , developers need write many code to implement the same function.&#160;We had ...
    Posted to Ajax Uploader (Forum) by cutechat on May 14, 2008
  • Re: "Invalid Argument" in IE, but not in FF.

    Hi, That's it! Our code is: &nbsp; document.body.insertBefore(newnode,form) but the form is not the direct child of the&nbsp;body. &nbsp; That would throw the error. &nbsp; thanks. Regards , Terry .
    Posted to Ajax Uploader (Forum) by cutechat on May 8, 2008
  • Re: There was an error rendering the control.

    Hi all, &nbsp; We have found the reason and fixed this issue. And would upload the new version soon. &nbsp; Regards , Terry.
    Posted to Cute Editor for .NET (Forum) by cutechat on May 2, 2008
  • Re: mimetype detection

    Hi &nbsp; I just checked the ASP.NET2 HttpPostedFile implementation. &nbsp; The ASP.NET2 do not check the file data, the HttpPostedFile.ContentType is parsed from the file header ''Content-Type'' . &nbsp; I also made a test , If I rename a test.zip to test.txt , and upload it , the ContentType is ...
    Posted to Ajax Uploader (Forum) by cutechat on April 23, 2008
  • Re: Insert Hyperlink dialog custom window height and width

    Hi, &nbsp; The editor can't not know you modified the tag_a.aspx. &nbsp; So the best way is change the tag_a.aspx and resize itself using javascript : &nbsp; &lt;script&gt; top.resizeTo(420,320) &lt;/script&gt; &nbsp; Regards , Terry. &nbsp;
    Posted to Cute Editor for .NET (Forum) by cutechat on April 18, 2008