I can upload file using
JSP from client to my web server. But the requirement is to upload them to a different server than hosting webserver[i.e where
servlet is running]
as we may not have enough room in hosting web server where the servlet resides. Apache common file upload utility and the O'relly let you upload you to a directory on web server. Is there a work around for this using above two packges or otherwise? Thanks.