|
Search
You searched for the word(s): "image editor"'A=0
Showing page 38 of 166 (1,657 total posts)
< 1 second(s)
-
<%@ Page Language=''C#'' ContentType=''text/css'' %>
<%@ OutputCache Duration=''31536000'' VaryByParam=''None'' Location=''Client'' %>
<script runat=''server''>
string editorid;
protected override void OnInit(EventArgs e)
{
//do not call base's OnInit , skip the theme bug!
//base.OnInit(e);
...
-
Hello All,Our developers are having a hard time restricting individual user access to the image directory. For example, each user has their own login and they can use Cute Editor to design some html. We need to restrict the folder that CuteEditor looks in for each user. We need to keep User A's images seperate from User B and User C, ...
-
Hi Adam,
Sorry I missed this one.. The issue still exists in the
latest
.06 release. The RootImageDirectoy property doesn't seem to
get
populated by the PortalSettings call.
After stepping through in the debugger, its jumps to the 'ELSE'' branch
of the ...
-
Amel,
You can upload the images to the server first and use the resize the image site using the CuteEditor online image editor. With online image editor, you can resize, change dimensions, scale, crop, add text, optimize, rotate, flip, mirror and add watermark.
The CuteEditor also have an autoresize feature. If ...
-
According to the code below i have to pass the file path to get the file id of the selected image ..
public override string GetFileUrl(string filepath)
{
filepath=CalcPath(VirtualRoot,filepath);
// try putting your code here... return downfile+''?fileid=''+GetItemId(filepath);
}
Now if there ...
-
I am using cuteeditor fot .net vrsion 6.0,
In the image editor i want to filter the images which are showing in the image editor.
I am saving images in SQL server, but i dont want that all the images in SQL server sould shown in editor.
How will i filter it?
Thank you
-
Hi Adam,
Everyone is set to Full Control. It was that way when I reported the issue (e.g. still get that Access Denied error). As I noted earlier, FileMon doesn't report an Access Denied at the file system level which would indicate that some other problem is occurring (e.g. if it was ACL related on the file system, FileMon ...
-
bmd2k1:I think we need a bit more info on how to make this work..... because if we just try to access this file...we get a Path Null error.
check it out at this temp location:
https://secure.xtremeagent.com/CuteNET/CuteSoft_Client/CuteEditor/ImageEditor/imageeditorTest.aspx
how do we pass the editor the value/path of the ...
-
Hello !!
Is there possibilities to reconfigure the editor when we upload the image let`s say we have an image 450X450 px and we choose this image in the editor, than we will upload it, I will this picture auto resize from 450X450 to 200X200 so the rest of the image is removed NOT compressed, just as GD library works.
The below is ...
-
Andy,
You can find the source code of the examples in the CuteEditor download package.Here is the source code of the adding custom button:
<%@ Page Language=''C#''%>
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<html>
<head>
<title>ASP and ASP.NET ...
... 38 ...
|
|
|