Foros de discusión

How to access windows tool in Liferay portal?

kunal hemrajani, modificado hace 8 años.

How to access windows tool in Liferay portal?

Regular Member Mensajes: 109 Fecha de incorporación: 21/05/15 Mensajes recientes
I want to access windows inbuilt tool in our portal. For ex. if i want to open up downloads on click. How could i do that??
thumbnail
Olaf Kock, modificado hace 8 años.

RE: How to access windows tool in Liferay portal?

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
If I understand you correctly, you want your portal to access Desktop integration - keep in mind that Liferay content is delivered through a browser, you'll be limited to the same security restrictions as any other web page that shouldn't have access to your desktop. That being said, nothing keeps you from providing a browser plugin or using any of the newer integrations (e.g. HTML Uploader with Drag&Drop).

Currently your question is a bit too broad - I'd say that you probably won't be able to do a lot. But it depends. Have you seen the integration you'd like to implement on any other website? Could you point us to that site? If you've never seen it before, chances are that the Web security layer shields you from that kind of access.
kunal hemrajani, modificado hace 8 años.

RE: How to access windows tool in Liferay portal?

Regular Member Mensajes: 109 Fecha de incorporación: 21/05/15 Mensajes recientes
Like if you click on upload folder and window is open of all your files and folders.I want some functionality like that.
thumbnail
David H Nebinger, modificado hace 8 años.

RE: How to access windows tool in Liferay portal?

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
kunal hemrajani:
Like if you click on upload folder and window is open of all your files and folders.I want some functionality like that.


Yeah, no that's not going to happen, nor is it what you'd want.

First, you're looking at a view generated by a server some distance away in a data center. You're click on "upload" could do whatever it wanted on the remote server but you'd never be aware of it because you can't see anything on that server. You wouldn't want "upload" doing anything on the server because whatever folks are doing on the web should not impact what you, the administrator, is doing at the time. If the windows explorer kept opening on you, you'd think there was some sort of virus or something going on in the system.
kunal hemrajani, modificado hace 8 años.

RE: How to access windows tool in Liferay portal?

Regular Member Mensajes: 109 Fecha de incorporación: 21/05/15 Mensajes recientes
Is it possible to access .hta file in portal to access through all browser?
thumbnail
Olaf Kock, modificado hace 8 años.

RE: How to access windows tool in Liferay portal?

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
Sorry, I don't understand what you're trying to achieve.
kunal hemrajani, modificado hace 8 años.

RE: How to access windows tool in Liferay portal?

Regular Member Mensajes: 109 Fecha de incorporación: 21/05/15 Mensajes recientes
i want to implement web clipper in Liferay portal?
thumbnail
Olaf Kock, modificado hace 8 años.

RE: How to access windows tool in Liferay portal?

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
What's "web clipper"?

Whatever it is: When you can interface it with a regular web application, you can do it in Liferay. Otherwise you're facing the security boundaries that are there for a reason: You don't want random Webservers that you happen to open in your browser being able to access your clipboard or other local resources.