Even with access rights correctly in place, the “For all sites” folder did not appear. So, went to the Website settings at Admin, and remove the check on “Use site-specifics assets”, save and recheck again to true. It worked for me, and the images appeared again 😉
Monthly Archives: September 2020
Download images from assets from HTML Anchor tag
Suppose the front-end code wants supply a way to download images from the assets folder. Consider the following code: Assuming that 127.0.0.1:5500 is your EPiServer instance, you can say that the image will be downloaded. Note that download anchor attribute will work if the url is from the same origin of the http request. ForContinue reading “Download images from assets from HTML Anchor tag”