|
Browse by Tags
All Tags » Image Gallery Path
-
When you upload an image with special characters, cute editor often shows this message, which is good
Windows Internet Explorer
---------------------------
File name not allowed! Please keep the file name one word with no spaces or special characters.
---------------------------
OK
BUT, when the image ...
-
Problem: I need to upload and store images on a separate server other than the server running the cute editor.
Environment:
Windows 2003 running IIS6.
IE 7 (7.0.5730.13)
Cute Editor for .Net
CuteEditor.dll (6.0.0.0)
CuteEditor.ImageEditor.dll (6.0.0.0)
Solution so ...
-
The editor is not inserting the entire URL into the path information for images. Here is the code I am using to instantiate the Editor
Dim AC_ACCOUNTID As String = Request.QueryString(''AC_ACCOUNTID'')
Dim EmailID As String = Request.QueryString(''EmailID'')
Dim EnterpriseEmailID As String = ...
-
Hi,
I followed the instructions to store images in DB. it is working ok in dev environment, but in testing environment (IIS6) it is giving me the '' CuteEditor needs read/write permission'' error.
This is the way that I set the properties for the editor
txtEditor.Setting[''CuteEditorFileStorageType''] = ...
-
Hello
i try your software (cute editor for .net) and find folowing problem:
Please see this address:
http://www.siemensmobile.biz/vb/default.aspx
source of this page is avalaible in this address:
http://www.siemensmobile.biz/vb/default.txt
try to open IMAGE GALLERY or INSERT IMAGE or INSERT FLASH ...
-
raylynn,
Demo is here:
http://cutesoft.net/example/implementSecuritypolicy.aspx
Instruction here:
http://cutesoft.net/developer+guide/Specifying-images-path.htm
The source code of the above example is included in the download package.
-
Henno,
You have two options.
1. Store the Images in a SQL Database. So All your applications can share the Gallery path by reading the same table from the same database.
2. Writing to a UNC path with the uploading tools http://cutesoft.net/forums/thread/5352.aspx
|
|
|