Uploading file on to fileserver
hi,
I am using struts common file upload to upload file from client. My problem is my application is running on server A but i want to store uploaded stream on file server B without storing it on server A(i,e. without using FTP or rsync from server A to server B). Please help how can i achieve this task.
Anuj

