|
Search
You searched for the word(s):
Showing page 65 of 123 (1,230 total posts)
< 1 second(s)
-
Dear Apollyonx83x ,Multiple Upload Controls on One Page is not supported right now. We will implement this feature in the future version.
Thanks for asking
Eric@cutesoft.net
-
I have tested asp.net image gallery in master page, it works fine. This issue is not related to master page.
Please check http://support.microsoft.com/default.aspx?scid=kb;en-us;970459&sd=rss&spid=8940 , if your issue is still existing, can you create one test project which can reproduce this issue and send it to ...
-
Dear tien1504,
<script runat=''server''>
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
string path = ''c:\\temp\\'' + args.FileName;
//check whether same name file is existing
if ...
-
Dear eliasjo,
You can call menubar actions from javascript, you can refer to online demo http://cutesoft.net/asp/JavaScript-API.asp, its source code can be found in download package.
Toolbar hide, please refer to http://cutesoft.net/asp/document/scr/Howto_Change_layout_of_the_toolbars.htm , if you click button ''ExecCommand'', ...
-
Dear surrounding,
Please try the following code, I have tested it and it works fine on my end:
<!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' -->
<html>
<head>
</head>
<body>
<form ...
-
Dear eliasjo,
You cannot drag image to CuteEditor, you need click ''Insert Image'' and then upload image. After image is uploaded, you can insert it to CuteEditor editor area.
Thanks for asking
Eric@cutesoft.net
-
Dear martinfd,
Please create one test operator, and send website url, operator user name, and operator password to eric@cutesoft.net , we will check this issue.
Thanks for asking
Eric@cutesoft.net
-
Dear RoyG,
that error means the cookie is missing for unknown reason. maybe because timeout.
If you run the following example, does this issue happen to you?
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
-
Dear RichP714,
Please open ''CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_a.ascx'', search the following line:
<input type=''checkbox'' name=''Nofollow'' id=''Nofollow'' value=''Nofollow'' />
change it to:
<input type=''checkbox'' checked = ''checked'' name=''Nofollow'' id=''Nofollow'' value=''Nofollow'' ...
-
Dear bix,
Please use original installation package or undo your previous update, you only need update the security policy file (default security policy file is ''cuteeditor_files\Configuration\Security\Default.config''), change:
<security name=''DocumentFilters''>
<item>.txt</item>
...
... 65 ...
|
|
|