Adding Images to Pages

Which folder to images need to be uploaded to so that they can be used in the “add page” section. I can get a default svg file to display but nothing else seems to work.

 

I’ve tried uploading the image to public/assets/img/image.png - all i get is the “well this is embarrassing” message when I try to put the address into the browser. I’ve used the same address protocol as displayed by opening “logo_blue_bg” in its own tab as that displays fine, but nothing I’ve uploaded will display.

Upload/FTP location : yoursite.com/ public /assets/img/new_image.png
URL / Usage address : yoursite.com/assets/img/new_image.png

 

Notice the difference with “_ public _”, which is the document root hence must be removed from the url.

18 minutes ago, DisposableHero said:

Upload/FTP location : yoursite.com/ public /assets/img/new_image.png
URL / Usage address : yoursite.com/assets/img/new_image.png

 

Notice the difference with “_ public _”, which is the document root hence must be removed from the url.

 

That is the exact method I used. As I said, i can get a default SVG file to display in a browser using that 2nd url structure but the PNG file in the same folder location won’t display.