Applet for WinZip-like functionality

M

Matt Verner

Does anyone know of a good opensource (or free) applet that will
provide simple WinZip like functionality on a web page? It would just
need to allow the web client to choose from a list of files on their
local machine, compress the chosen files, and then send the contents
to a server?

Thanks.
Matt
 
C

Christophe Vanfleteren

Matt said:
Does anyone know of a good opensource (or free) applet that will
provide simple WinZip like functionality on a web page? It would just
need to allow the web client to choose from a list of files on their
local machine, compress the chosen files, and then send the contents
to a server?

Thanks.
Matt

There are classes for handling zip files in the JDK:
http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-tree.html

You'll need to sign your applet in order to get access top the filesystem
though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top