I am developing a page in which I upload images and PDFs, the problem is that I want to put for example when I select a PDF to see it, the url comes up with the full path to say it www.ejemplo.com/home/pdf/ejemplo.pdf
, until now the images they are saved with the following path ../Home/Imagenes/
or ../Home/PDF/
, but when talking to some colleagues when the page is on the server it must show the full path ie the protocol, the server and the route.
The truth is that I have no idea how to do it, I was investigating but I did not find something that could help me.