I have an editable image web part, and I'm trying upload an image as an attachment. The event log is showing me this:
Message: You are not authorized to perform this operation.
Exception type: System.Exception
Stack Trace:
at MultiFileUploader.ContentUploader.CheckAttachmentUploadPermissions(UploaderHelper
args)
at MultiFileUploader.ContentUploader.ProcessRequest(HttpContext context)This is happening on my local dev machine, and I'm about to test this on a dev VM I have. Also, I'm using the default Administrator account.AND, I can upload an attachment in an Editable Text web part.
↧