|
Search
You searched for the word(s):
Showing page 81 of 381 (3,805 total posts)
< 1 second(s)
-
Hi jk121960,
Please refer to http://blogs.msdn.com/b/tom/archive/2008/03/14/validation-of-viewstate-mac-failed-error.aspx, it should fix your error.
Regards,
Ken
-
Hi eurogest03,
Please open file \richtexteditor\config\default.config, find section below.
<security name="StyleBlackList">position,visibility,display</security>
Change it to
<security ...
-
Hi allinone,
Please check your "bin" folder, ensure that the cute messenger license file "CuteMessenger.lic" is there.
Regards,
Ken
-
Hi chetangunjikar,
Please try demo http://cutesoft.net/example/general.aspx, if the demo work for you, please download the latest build and try again.
Latest build downlaod url: http://cutesoft.net/downloads/folders/21904/download.aspx
The upgrade is free.
Regards,
Ken
-
Hi saliniashok,
Please refer to example http://www.richtexteditor.com/demo/custom_buttons2.aspx, it should match your requirements.
Regards,
Ken
-
Hi ScottBoz,
You can set property "TempDirectory" to change the temp folder location of the uploader. Create a virtual directory and set it for the TempDirectory property.
uploader.TempDirectory="D:/site/aspuploader/mytemp/"
Regards,
Ken
-
Hi aviweiss,
You can ctach the error and show you own error message.
How to catch file upload error?To catch uploader error, you need to use CuteWebUI_AjaxUploader_OnTaskError or CuteWebUI_AjaxUploader_OnError event.
Example:
<%@ Page Language="C#" %>
<%@ Register TagPrefix="CuteWebUI" ...
-
Hi insk,
For security reason, the uploader control does not allow to upload .php/.asp/.aspx file, it is hard code in the dll file, so has not the property to enalble it for now, sorry for your inconvenience.
Regards,
Ken
-
Hi oksummer,
For now has not a good solution for the old version editor. but once the development team fix this issue, I will keep you posted. sorry for your inconvenience.
Regards,
Ken
-
Hi pauldas,
Please try the way below
1. Open file "\cuteeditor_files\Dialogs\upload.php"
2. Find section below
$uploader=new PhpUploader();
3. Change it to
$uploader=new PhpUploader();
$uploader->UploadType="IFrame";
Regards,
Ken
... 81 ...
|
|
|