C
charanjeet.singh
Hi,
We have a website running on an embedded web server on a device. We
are using JSP + struts + tomcat
We have a requirement where on click of a link on the web page, some
executables should be downloaded on the client machine. These will be
executed and will generate some files on the client machine. After
successful generation, these will be uploaded back to the server.
This should happen with no user intervention except the initial click
on the link.
We are thinking of developing a BHO which will load in to the browser
and when the user clicks on the link, this BHO will download the
executable, generate the binaries and uploaded them back to the
server.
Is this possible using BHOs?
Thanks,
Charanjeet
We have a website running on an embedded web server on a device. We
are using JSP + struts + tomcat
We have a requirement where on click of a link on the web page, some
executables should be downloaded on the client machine. These will be
executed and will generate some files on the client machine. After
successful generation, these will be uploaded back to the server.
This should happen with no user intervention except the initial click
on the link.
We are thinking of developing a BHO which will load in to the browser
and when the user clicks on the link, this BHO will download the
executable, generate the binaries and uploaded them back to the
server.
Is this possible using BHOs?
Thanks,
Charanjeet