Cannot Upload Image in EasyDNNArticle
Last Post 11/10/2016 1:30 PM by Andy Stephenson DNN Creative. 1 Replies.
Author Messages
Adnan
Nuker
Nuker
Posts:16


--
11/10/2016 6:37 AM  
Hello Experts,
I Can't upload image to Server via Dnn FileManager or everything else this log submitted in my Dnn Logs:

Error Upload images - Save and create thumbnail:Access to the path 'C:\Inetpub\vhosts\MyWebSite.COM\httpdocs\Portals\0\EasyGalleryImages\1\144\pattern22.png' is denied. mscorlib at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at System.Web.HttpPostedFile.SaveAs(String filename) at EasyDNNSolutions.Modules.EasyDNNNews.NewsGalleryData.SaveUpladedImage(String HomeDirectoryMapPath, String HomeDirectory, Int32 PortalId, Int32 UserID, HttpPostedFile fuImageUpload, Int32 moduleId, Int32 galleryId, Int32 width, Int32 height, String resize, Int32 categoryId) at EasyDNNSolutions.Modules.EasyDNNNews.htmluploader.ProcessRequest(HttpContext context)


I review my File Permissions on DNN Folders everything from me is set to Full Control but nothing changed and this log remains.

Thank you for your help.
Andy Stephenson DNN Creative
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:169


--
11/10/2016 1:30 PM  
Hi Adnan,

There might still be folders that permissions are not set properly. Make sure that if you set full control to the site root, you force the permission to propagate to all folder within.

Andy


---