Download a file from .aspx page without user intervention

  • Thread starter Thread starter maralikatti
  • Start date Start date
M

maralikatti

Hi All,

I have a .aspx page, through which I want to download a file from
web-server to client machine's known path, without user intervention
(download dialog should not appear). Can anybody suggest me how to do
this.

Thanks a lot in advance.

~~Manju
 
I have a .aspx page, through which I want to download a file from
web-server to client machine's known path, without user intervention
(download dialog should not appear).

Presumably, this is so you can download the virus or trojan or whatever...?
Can anybody suggest me how to do this.

You must be joking...
 
There was a time that this could be done. But now, most all of these exploit
holes have been patched by the major browser vendors. Find another way.
Peter
 
Back
Top