Upload files with java

Posted by Marius on Stack Overflow See other posts from Stack Overflow or by Marius
Published on 2010-03-18T11:36:39Z Indexed on 2010/03/18 11:41 UTC
Read the original article Hit count: 294

Filed under:

I'd like to upload a few files to a http server. Basically what i need is some sort of a post request to the server with a few parameters and the files. I've seen examples of just uploading files, but didn't find how to also pass additional parameters. So the question would be what's the simplest and free solution of doing this? Does anyone have any file upload examples that i could study? I've been googling for a few hours, but (maybe it's just one of those days) couldn't find exactly what i needed. The best solution would be something that doesn't involve any third party classes or libraries.

Thank you

© Stack Overflow or respective owner

Related posts about java