Results 1 to 3 of 3
- 11-05-2008, 01:00 PM #1
Member
- Join Date
- Nov 2008
- Posts
- 1
- Rep Power
- 0
accesssing the exe file on client maachine using my appliaction
Hello All;
I have one problem.
I want to access one exe file that is present on the client machine who is accessing my application. So can anyone tell me how can i do that?
with javascript using activeX object i get rid of it but this javascript fails if client is using the Firefox browser. So if anyone tells me how to execute the exe file using the firefox browser is also welcome.
Thanks in advance for your support.:)
- 11-12-2008, 07:47 AM #2
Member
- Join Date
- Nov 2008
- Posts
- 4
- Rep Power
- 0
As far as I know, Javascript specifications imply on that you can't reach any client side file, considering security issues. As you know IE with ActiveX can be thought out of these specs. So this can only be done using ActiveX in IE.
Firefox, Opera and other non-Microsoft browsers stick with Javascript specs and as long as these specs remains the same, there will be no way doing what you want even with Java Applets. Applet specifications also don't let any applet reach client file system.
HTH
- 11-12-2008, 07:55 AM #3
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Similar Threads
-
To transfer a file from client to server
By phani in forum NetworkingReplies: 4Last Post: 10-12-2010, 06:15 PM -
send file via client - server model
By spasavvas in forum NetworkingReplies: 15Last Post: 08-13-2010, 11:45 AM -
Copy a .swf file from server side to client using signed applet
By Imoracle in forum Java AppletsReplies: 2Last Post: 10-05-2008, 06:13 PM -
how to get a file from the server and save to disk of the client pc
By ralphus in forum New To JavaReplies: 13Last Post: 04-28-2008, 09:57 AM -
Accessing client file system
By revathi17 in forum New To JavaReplies: 1Last Post: 10-17-2007, 10:17 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks