Is there any way to change the temporary path the ImageEditor uses?
It ignores the web.config setting <add key="CuteEditorTempPath" value="~/SomeOtherTempPath" /> used by CuteEditor for temporary storage of upload files.
I couldn't find any documented way to modify this.
When these files are created under the project path and using VS2005 web application projects (with no project file), these temp files end up automatically checked into source control, become read only and cause the application to fail (not to mention fill source control with unnecessary temp files)