|
Search
You searched for the word(s):
Showing page 90 of 381 (3,805 total posts)
< 1 second(s)
-
Hi Jomy,
It like that you are not using Rich TextEditor 8.0, which product you are using?
Regards,
Ken
-
Hi frJericho,
For now does not support this function. To use in the .html file, I suggest you use the <Iframe> target with a page which has the editor.
Regards,
Ken
-
Hi,
Please set the cancel button to another button, then you can hide the custom cancel button to achieve this requirement, like below.
<CuteWebUI:UploadAttachments ID="uploader1" runat="server" CancelButtonID="btn_Cancel">
...
-
Hi Rajiv,
Can you try the link below? Does it get the same problem? And please show me the debug info what you get from the page below.
http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx?UploaderDebug=1
Regards,
Ken
-
Hi Rajiv,
You can custom the file too large error message by property "FileTooLargeMsg", like below. So you can shows your own message.
<CuteWebUI:UploadAttachments ID="uploader1" runat="server" FileTooLargeMsg="custom error message">
...
-
HI rathiDigimagic,
Do you get this error with speical file/size/extension? Or it is a randomly problem?
Please set UploadType to iframe and set UploaderDebug to 1 then try again. what error message you get form the debug window?
<CuteWebUI:UploadAttachments ID="uploader1" ...
-
Hi m3jim,
The gallery does not support to only shows the upload button for now, the best way it hide the create category menu and hide all context menus in the admin panel, then the user only can use the upload button in the admin panel. If this works for you, then please tell me, so I can show you the full steps to hide the ...
-
Hi niyunzao,
Try disable the mime type checking function by the code below, it should work.
<CuteWebUI:UploadAttachments ID="uploader1" runat="server">
<ValidateOption EnableMimetypeChecking="false" />
...
-
Hi deniyaltandel,
We have fixed the dropdown list issue. Please download the latest build and try again.
Latest build download url: http://cutesoft.net/downloads/folders/57121/download.aspx
Regards,
Ken
-
Hi dotcom,
If you have not set property "SecurityPolicyFile" for the editor, then the default security setting file is \CuteSoft_Client\CuteEditor\Configuration\Security\Default.config
For the insert image dialog, you can change the store folder location by the section ...
... 90 ...
|
|
|