Foros de discusión

How to access external images in portlet from filesystem ?

Gaurav kalia, modificado hace 11 años.

How to access external images in portlet from filesystem ?

New Member Mensajes: 14 Fecha de incorporación: 13/08/12 Mensajes recientes
Hi All

I have a requirement to display external images from the physical location in portlet.

I am querying to the database which returns me the path and the image names lying on the physical location.

Can anyone please guide me how can I achieve this.

Thanks
Gaurav
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: How to access external images in portlet from filesystem ?

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Access the image using it's url in your portlet.
Gaurav kalia, modificado hace 11 años.

RE: How to access external images in portlet from filesystem ?

New Member Mensajes: 14 Fecha de incorporación: 13/08/12 Mensajes recientes
Hi Hitoshi

Thanks for the reply.

But I am not able to access the images directly because if I give the absolute path of the location, it will get appended with the server URL "http:/l/ocalhost:8080".

For example:

I have images available on location say "/home/image/test.jpg" and when I try to access the image using this path it will become like "http://localhost:8080/home/image/test.jpg" which is not right.

Can you please suggest if i am doing something wrong.

Thanks
Gaurav
Sateesh Kumar, modificado hace 7 años.

RE: How to access external images in portlet from filesystem ?

New Member Mensajes: 3 Fecha de incorporación: 9/05/16 Mensajes recientes
I am facing same issue. Can some help me out plz.....
thumbnail
Olaf Kock, modificado hace 7 años.

RE: How to access external images in portlet from filesystem ?

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
Sateesh Kumar:
I am facing same issue. Can some help me out plz.....


Luckily you can't access random files on webservers, only those that the webserver explicitly publishes through http. Would you like your /etc/passwd to be readable to everyone on the web? You'll have to publish these files somewhere - and when you did this, you'll know their URL.