This really is two questions in one since they are both faces of the same coin :) ...
1) How can I upload a file to a servlet from an application/service, in other words without a html form that a user should fill in?
2) On the receiving end, I have used Apache FileUpload before, but this handles form inputs, is there another way to handle an upload not coming from a form?
Thank you for your help
Jonny