Hi,
I have CuteEditor installed successfully on a live production server using ASP.NET 2.0, but am unable to upload images using the Insert Image window. The Insert Image dialog appears correctly and I am able to select images already in my uploads folder, but can't add new images.
The error I get when uploading is a security exception message containing the warning :
The application attempted to perform an operation not allowed by the security policy.
My host has confirmed that the website is running under the medium trust level, which may be causing the problem. As a test, I wrote a simple piece of ASP.NET 2.0 code to upload a browsed-to image to the same uploads folder- this worked perfectly with no problems (while still running under medium trust), which makes me think the problem is with CuteEditor rather than my set-up.
Can anyone please help ?
Thanks.