Hi,
I had no problem setting up mojo portal and administration it, it was quick easy and easy to use).
I am working on a website for the creative community and need to allow members (authenticated users) to upload images in form posts. The problem is that if I allow browsing of folders it doesn't point to the users data folder under the site and they can create folders. If I only set to allow them to upload then I get errors because folders aren't being created for the user (GUID) to upload.
I understand the security to a point but can't seem to get the portal to create individual user folders (none of the editors work with image upload). I tried to see if pasting of <img></img> urls in forum posts but this doesn't seem to work either..
Windows 2003 Server
SQL Server 2005
IIS 6.x
This is the error I get when I only allow authenticated users to upload images
2011-12-26 17:02:29,339 ERROR x.x.x.x - en-US - /Services/jqueryFileTreeMediaBrowser.ashx?type=image - mojoPortal.Web.Global - Referrer(http://xxxxxxxxxxxxxx.com/Dialog/FileDialog.aspx?ed=ck&type=image&CKEditor=ctl00_mainContent_edMessageinnerEditor&CKEditorFuncNum=2&langCode=en) useragent Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) System.NullReferenceException: Object reference not set to an instance of an object. at mojoPortal.Web.Services.jqueryFileTreeMediaBrowser.RenderFileTree(HttpContext context) at mojoPortal.Web.Services.jqueryFileTreeMediaBrowser.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)