Message Boards

selecting image form "Doc. and media" on custom portlet.!!!

Ashwani Kumar, modified 11 Years ago.

selecting image form "Doc. and media" on custom portlet.!!!

Junior Member Posts: 26 Join Date: 10/19/12 Recent Posts
Hi All,

In my Cutom Portet...I am having a Browse button for selecting a file(that could be images), my requirement is, Once i click on Browse button..it should allow me to select the images from the "Document and Library" of Liferray.

Similary , How i can store the path of selected image in my custom table.

Thanks in advance.

Regards,
Ashwani
thumbnail
David H Nebinger, modified 11 Years ago.

RE: selecting image form "Doc. and media" on custom portlet.!!!

Liferay Legend Posts: 14919 Join Date: 9/2/06 Recent Posts
You do not store a path. Store the ID from the entity. That ID would be used to access the entity at a later time.

Browsing would just be a matter of invoking the API method to get the entities. You can use the keys returned to access the binary data of the content, then stream that back to the portlet for display.

You can reference the current source for the IG portlet to see how it's displaying the images inline for an example.
Ashwani Kumar, modified 11 Years ago.

RE: selecting image form "Doc. and media" on custom portlet.!!!

Junior Member Posts: 26 Join Date: 10/19/12 Recent Posts
David H Nebinger:
You do not store a path. Store the ID from the entity. That ID would be used to access the entity at a later time.

Browsing would just be a matter of invoking the API method to get the entities. You can use the keys returned to access the binary data of the content, then stream that back to the portlet for display.


Hi David,

What APIs, I can invoke for selecting the image from "Doc and Media" for my browse button in custom portlet.??

Regards,
Ashwani
Daniel Aschauer, modified 11 Years ago.

RE: selecting image form "Doc. and media" on custom portlet.!!!

Junior Member Posts: 39 Join Date: 10/22/12 Recent Posts
I need to do the same. Did you finally implement a solution for this requirement?
Thanks, Daniel
thumbnail
Aravinth Kumar, modified 9 Years ago.

RE: selecting image form "Doc. and media" on custom portlet.!!!

Regular Member Posts: 152 Join Date: 6/26/13 Recent Posts
Hi,
Can someone guide me to achieve this functionality.

Thanks in advance.
thumbnail
Hitoshi Ozawa, modified 11 Years ago.

RE: selecting image form "Doc. and media" on custom portlet.!!!

Liferay Legend Posts: 7942 Join Date: 3/24/10 Recent Posts
Once i click on Browse button..it should allow me to select the images from the "Document and Library" of Liferray.


You're mixing David up. You probably mean "Document and Media" library. IG portlet in David's reply means Image Gallery portlet but that's just "Document and Media" portlet in the current version.
thumbnail
David H Nebinger, modified 11 Years ago.

RE: selecting image form "Doc. and media" on custom portlet.!!!

Liferay Legend Posts: 14919 Join Date: 9/2/06 Recent Posts
Hitoshi Ozawa:
IG portlet in David's reply means Image Gallery portlet but that's just "Document and Media" portlet in the current version.


I'm still on the Xmas/New Years holiday, so I'm kinda answering w/o looking at the code emoticon