View Single Post
  #2 (permalink)  
Old 07-05-2007, 06:09 AM
Marcus Marcus is offline
Member
 
Join Date: Jun 2007
Posts: 92
Marcus is on a distinguished road
I believe that since applets are client side you can't initiate a download from a web server unless you do two things
  • Use a security certificate for the applet so that you can access the users computers
  • Push the file onto the users computer.

Greetings.
Marcus
Reply With Quote