Hi Adam, I just tried version 5.2 and I get an error message asking me to set up a parameter on my web.config named "CuteEditorTemp" pointing to a folder with read+write rights. The problem is that it appears this value needs to be a physical path and even though I could get that from my hosted space by calling Server.MapPath(), in this hosted environment there is no assurance that this physical path will always be the same. Would it work if I use a path relative to the root folder of my website? If not, is there any way I can make this possible?
Thanks,
Marcos