Just trying FCKeditor for first time, using ASP.NET on localhost before deciding how best to deploy within our main site.
I've got a very simple default.aspx with an FCKeditor component, all looks nice until I try and insert a picture.
Go to Upload tab, click 'Choose File', point to some random jpg in filesystem, click 'Send to server'.
It goes through the motions and says its worked, but no file appears in the /userfiles/ folder.
Initially it gave permissions error but after allowing write perms on this folder to IIS_WPG user the error went away, so I assume from this (I know, always rash to assume things!) that this is really where it was trying to write the file.
Any thoughts about where my file might be going?
Any other config file I need to be editing?
Or how I might debug/track what the upload component is doing?
David.
I've got a very simple default.aspx with an FCKeditor component, all looks nice until I try and insert a picture.
Go to Upload tab, click 'Choose File', point to some random jpg in filesystem, click 'Send to server'.
It goes through the motions and says its worked, but no file appears in the /userfiles/ folder.
Initially it gave permissions error but after allowing write perms on this folder to IIS_WPG user the error went away, so I assume from this (I know, always rash to assume things!) that this is really where it was trying to write the file.
Any thoughts about where my file might be going?
Any other config file I need to be editing?
Or how I might debug/track what the upload component is doing?
David.