|
Search
You searched for the word(s):
Showing page 45 of 381 (3,805 total posts)
< 1 second(s)
-
Hi,
Please try setting "EnableMimetypeChecking" to false.
<CuteWebUI:UploadAttachments runat="server" ID="Uploader1">
<ValidateOption EnableMimetypeChecking="false" />
...
-
Hi Sigh,
Please open file "\richtexteditor\scripts\config.js", find section below, that is the z-index setting of the dialog.
...
-
Hi RichP714,
Have you put the new CuteEditor.dll into your site "bin" folder? If yes, please add reference for this new dll and rebuild your project to try again.
Regards,
Ken
-
Hi RichP714,
You can download the latest build 6.7 at http://cutesoft.net/downloads/folders/21904/download.aspx
Regards,
Ken
-
Hi marvin,
For now can not achieve this requirement, sorry for your inconvenience.
Regards,
Ken
-
Hi rxraza,
Can you try the integrated mode section too? I have explained in the last reply, you are using the wrong section.
IIS Integrated mode<configuration>
<system.webServer>
<modules>
<add name="CuteWebUI.UploadModule" ...
-
Hi rxraza,
You did not set up the upload module correct in web.config. Please refer to http://www.ajaxuploader.com/Deployment.htm step 2. It has two sections. one for classic application pool, one for integrated application pool. The visual studio will use the classic application pool by default, I think you production site using ...
-
Hi,
Please set property "UseStandardDialog" to true and try again.
<CE:Editor ID="Editor1" runat="server" UseStandardDialog="true">
</CE:Editor>
Regards,
Ken
-
Hi djpanda,
Can you post the full error message what you got?
If allow, please create an example page which can reproduce this error and send it to Kenneth@CuteSoft.net, so I can reproduce the error and check it directly.
Regards,
Ken
-
Hi AndyFel,
1. You can custom the source view toolbar in this file "\richtexteditor\plugins\toolbar_code\plugin.xml".
2. If you want to disable the upload function, please open file "\richtexteditor\config\default.config", find section below and change it to false.
<security ...
... 45 ...
|
|
|