|
Search
You searched for the word(s):
Showing page 19 of 123 (1,230 total posts)
< 1 second(s)
-
Dear EricR,
Please try the following snippet, I have tested it and it works fine.
<%
Dim editor
Set editor = New CuteEditor
editor.ID = ...
-
Dear davepearce,
Upgrade steps:
1. Backup your website
2. Remove folder ''CuteSoft_Client''
3. Download cuteeditor for .net, download link: http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx
4. Unzip it
5. Upload files of folder ''\Framework 2.0\bin'' to your application bin folder, it will override ...
-
Dear LUT,
Please refer to the following snippet, you can click ''Cancel All'' to cancel the whole upload or click ''Remove'' icon to cancel the upload of specific file:
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
-
Dear jonathanexact,
You can refer to http://cutesoft.net/forums/thread/58271.aspx
Thank you for asking
Eric@cutesoft.net
-
Dear giray,
Please use MoveTo to handle the uploaded files, you can change:
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
InsertMsg(''File uploaded! '' + args.FileName + '', '' + args.FileSize + '' ...
-
Dear hojeongLee,
Can you send ftp access to eric@cutesoft.net/ ? We only need full permission of CuteEditor folders. We will check this issue for you.
Thank you for asking
Eric@cutesoft.net
-
Dear brijeshshah123, You need create bin folder in your cloud host, the license file should be copied to this bin folder, if license file is not found in ''bin'' folder, ajax uploader will throw error. You can contact your cloud host vendor and ask about how to create application or virtual directory in the cloud host. Hope it ...
-
Dear SandyRyan, You need write some code to implement the ''move'' feature.You can create one page, this page is only available for admin user. It contains one button, when admin user click this button, it execute the follow operation:1. List files of your upload folder2. Admin user can choose files3. If admin user click button button such as ...
-
Dear zBrain,
Please follow steps:
1. Save the following code to dad.html
<HTML>
<HEAD>
<SCRIPT>
function popupCuteEditor(v_form, v_field) {
var newWin, v_pagestring;
w = ...
-
Dear Thomas,
I have tested on my end, i uploaded several docx files and then checked whether they are shown, all work fine.
Can you provide cuteeditor access url on your website to me? You can post it here or send to eric@cutesoft.net . I will have some test.
Thank you for asking
Eric@cutesoft.net
... 19 ...
|
|
|