Link to home
Start Free TrialLog in
Avatar of simha
simha

asked on

ATL - Downloading a file to local hard disk

Hi,

  I have a created ATL-wizard-generated COM object dll.
(Simple Object). This is embedded in a html page so that
the COM object will be invoked when a user clicks on a particular button/image (I assume that user using internet explorer). I use VBScript for embedding this.

  The COM object essentially decompresses a coded data file,
the path to which has to be given as a parameter. But the
problem I am facing is, How do I download the coded datafile
(which is a binary, non-standard format file) to the user's
local hard disk and get it's path ?.
  Is there any way I can do this either thru' scripting or
by adding another interface to the COM object ?

Thanks,
Simha
Avatar of simha
simha

ASKER

Edited text of question.
ASKER CERTIFIED SOLUTION
Avatar of SergioL
SergioL

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of simha

ASKER

Hi SergioL,

   How do I install a client program in the remote machine?

Regards,
Simha
The client must do it.