Thanks for responding so quickly Martin. I was under the impression, though, that the implementation that you spoke of would require an HTML form, or some other type of UI - which my application does not use. Is that not true?
Daniel > The usual mechanism for uploading files is to use the POST method with an > encoding type of "multipart/form-data". HttpClient will help you with > sending the data this way, and Commons FileUpload will help you with > accessing it from within your servlet. > > -- > Martin Cooper --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]