The RootImageDirectory property doesn't seem to pick up the correct portal root.
It seems to default to the Internet Web Root -> Error message displays:
Could not find a part of the path c:\inetpub\wwwroot\Portals\0\
and my DNN Virtual Directory is C:\VSProjects\... etc.
So I manually set this the Initialize() event (same as used in EditorWysiwygModeCss property) to
RootImageDirectory = PortalSettings.HomeDirectory
and it worked OK. Not sure if this should be changed??
Also, not sure if its possible, but any way to inherit or integrate the file permissions of the Image Gallery to that of DotNetNuke? Probably a big ask but thought I might throw it out there...
Cheers,
Andrew