Hi,
I'm running my application in a shared hosting environment for the first time, and am encountering errors with uploads.
I've added the key <add key="CuteEditorTempPath" value="D:\[actual path to web root]\CuteEditorTemp" />, and i've tried <add key="CuteEditorTempPath" value="~/CuteEditorTemp" />, and i'm still receiving the 'access denied to C:\Windows\Temp' error when trying to upload images. Is there somewhere i can try to hard-code the temp directory, just to get a proof-of-concept working?
thanks!
james