Hi,
We need to upload all the files in a directory from the clients machine to
the server.
I've been reading that we could achieve that using the Oreilly's
MultipartRequest object. But I understood that you can do that file by file
only but not all the files if the client selects a directory.
If anyone has experience in uploading multiple files through a servlet, I
would appreciate if you could guide me in the right direction.
I was also considering using FTPClient class in sun.net package. But
couldn't find any documentation for that. Is it advisable to use that? any
thoughts on FTP from a servlet??
Thanks for your help,
Lakshmi