I have an image in my App_Themes/Default folder that I want to load into a byte array. However I am having issues getting to the file. Is there any easy c# way to do this?
My solution looks like this:
-Project
-App_Themes
-Default
-image1.png
I have an image in my App_Themes/Default folder that I want to load into a byte array. However I am having issues getting to the file. Is there any easy c# way to do this?
My solution looks like this:
-Project
-App_Themes
-Default
-image1.png
Copyright © 2021 Jogjafile Inc.
You can use Server.MapPath() to get the full local file path for a relative url, for example: