Browser Helper Object Query

  • Thread starter charanjeet.singh
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top