Connecting Tech Pros Worldwide Forums | Help | Site Map

How to Run .exe without download(save button )

Newbie
 
Join Date: Oct 2008
Posts: 23
#1: 4 Weeks Ago
Dear Sir/ Mam
i need code
How to run programe.Exe from client system without giving download option (without save button) from html page
Please send code as quick as possible
Thank you

Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,658
#2: 4 Weeks Ago

re: How to Run .exe without download(save button )


Quote:

Originally Posted by prigupta2 View Post

How to run programe.Exe from client system without giving download option (without save button) from html page

if the file is on the client system, there’s no use* downloading it. and triggering the execution of a local file through a website is highly risky (for the user, that is)

* if the file is also on the server.
Newbie
 
Join Date: Oct 2008
Posts: 23
#3: 4 Weeks Ago

re: How to Run .exe without download(save button )


ya file is on the server
i want to give only run option so then can install s/w on his computer without save the the program
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,658
#4: 4 Weeks Ago

re: How to Run .exe without download(save button )


usually you are prompted to either save or execute (i.e. save in a temp dir) the file, but the file must be downloaded first.
Reply