Foren

file upload using portlet

narma s, geändert vor 8 Jahren.

file upload using portlet

New Member Beiträge: 17 Beitrittsdatum: 11.09.15 Neueste Beiträge
I have 5 portlets in my page. I have one portlet which uses upload functioanlity. Whenever I do the upload it refreshes the entire page, and all the other portlets get refreshed. How to perform the upload functionality only within a portlet and avoid refreshing other portlets while doing the upload?

Thanks
thumbnail
David H Nebinger, geändert vor 8 Jahren.

RE: file upload using portlet

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
You'd have to use an ajaxy like solution. Any regular submit on the page will always result in a full page render.