|
Search
You searched for the word(s):
Showing page 180 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
Thanks for reporting that.
The LiveSupport app now do not handle the windows shutdown event.
We will support that soon.
But the app also do not changes any system files and would not hurt the windows.
It's only a software that process the data of the server.
Regards , Terry.
-
Richard,
Hi, we have considered that function and would implement it in next version.
Regards , Terry .
-
Hi,
Please check the CuteSoft_Client/CuteChat/Admin/Log.aspx
You can use
ChatApi.GetMessages(..)
to load the history
and then create your own webservice easily.
Regards , Terry .
-
Richard,
Hi, you need follow the example, the example contains the code for the GetLogonIdentity
And so you can use HttpContext.Current to get the logon user info ,
such as context.Identity.User.Name , or custom cookie context.Response.Cookies[''User'']
and then return the new ...
-
Hi,
You need dispose the stream when you opened it.
byte[] data = new byte[args.FileSize];
using(Stream stream=args.OpenStream())
{
stream.Read(data,0,data.Length);
}
AFSFile file = new AFSFile(data, ''FolderName'', '''', args.FileName)
file.Save();
Regards , Terry.
-
Hi, The UploadAttachments provide a programming modal for management multiple files easily. The samples contains a forum example show how to use that control to create and edit the attachments of a thread. If do not use the UploadAttachments , developers need write many code to implement the same function. We had ...
-
Hi,
That's it!
Our code is:
document.body.insertBefore(newnode,form)
but the form is not the direct child of the body.
That would throw the error.
thanks.
Regards , Terry .
-
Hi all,
We have found the reason and fixed this issue. And would upload the new version soon.
Regards , Terry.
-
Hi
I just checked the ASP.NET2 HttpPostedFile implementation.
The ASP.NET2 do not check the file data, the HttpPostedFile.ContentType is parsed from the file header ''Content-Type'' .
I also made a test , If I rename a test.zip to test.txt , and upload it , the ContentType is ...
-
Hi,
The editor can't not know you modified the tag_a.aspx.
So the best way is change the tag_a.aspx and resize itself using javascript :
<script>
top.resizeTo(420,320)
</script>
Regards , Terry.
... 180 ...
|
|
|