Copying a file from one directory to another directory
Hi,
Is it possible to copy a file from one directory to another directory on client machine using Servlets?
Lets say I had a JSP which will have two file buttons I can specify source and destination directory in my client machine.I want to copy the file from one directory to another at client side(not server side which will be done easily using File Upload option).
Can we achieve the above functionality using Servlets or any web component?
Thanks,
Venu.

