|
Search
You searched for the word(s):
Showing page 181 of 231 (2,301 total posts)
< 1 second(s)
-
Hi:
We have considered that property.
But the mimetype is sent by the client , It is not trust-able.
For example,
If we provide a mime type check property , and allow only all ''image/*'' .
A programmer use that property , and do not check the file extension,
Then the web application would be ...
-
Hi,
the DB provider and the DownFile.aspx is open source.
You can change the code so that you can provide a new url pattern as you like.
for example, in the SqlFileStorage.cs , modify the public override string GetFileUrl(string filepath)
And you can add mime header when the DownFile.aspx is ...
-
Hi,
please test this :
<CuteWebUI:Uploader runat=server TempDirectory=''\\yourvideoserver\videofolder'' />
and you can try to add such setting into web.config appSettings:
<add key=''CuteWebUI.AjaxUploader.TempDirectory'' value=''\\yourfileserver\tempdirectory'' />
that would affact all ...
-
Hi Bob,
We have tested it. And it works for IIS on any port.
Regards , Terry .
-
Hi A-1,
I already have ideas on this requirement.
But I need some days to finish it.
Regards , Terry.
-
Hi MatthewBe,
I can reproduce this bug.
We will fix it as soon as possible.
Regards , Terry .
-
Hi,
Can you post the server url so I can make a test ??
You can post it here or post to my email , terry @ cutesoft.
Thanks.
Regards , Terry .
-
A-1,
You can do something like this:
CuteChat.ChatPortal portal=CuteChat.ChatSystem.Instance.GetCurrentPortal();
lock(portal)
{
CuteChat.ChatIdentity identity=new ...
-
Fabrizio Cipriani,
Please remove this statement in CuteSoft_Client/CuteChat/Channel.aspx
window.onerror=function window_error(a,b,c)
{
alert(b+'',''+c+''\r\n''+a+''\r\n''+GetStackTrace());
}
Regards , Terry .
-
Hi:
What's the server url , and the LiveSupport.exe.config ?
I think the most possible reason is the configuration is wrong.
for example , if the url is http://localhost:1234/ , you should change the LiveSupport.exe.config for it.
Regards , Terry.
... 181 ...
|
|
|