Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: Zipping a file in a client machine with an applet


Message #1 by "Burak Karatepe" <burakk@m...> on Mon, 4 Dec 2000 10:38:59 +0200
here is one example,

http://java.sun.com/security/signExample/

like most examples on java.sun its rather terse but it gives you a good
idea.

chanoch

-----Original Message-----
From: Burak Karatepe [mailto:burakk@m...]
Sent: 04 December 2000 08:39
To: Java 2 Enterprise Edition
Subject: [j2ee] Zipping a file in a client machine with an applet


Hi all,
I have to do an applet which zips  1-1.5 MB files before sending to our
server to reduce the net traffic.
I have looked around and saw that I must sign this applet's cab file
with our certificate and I did it but it is already given security
exception because of playing in the sandbox.
What do I need different for achieving this purpose?
Is there anysite to find about secure applet examples?
Best regards,
Burak

  Return to Index