We need to upload images from our android app to our web app through HTTP POST. There's tons of examples on the Android side... but I can't seem to find a simple and/or working example for Jboss Seam with Icefaces.
I use the Apache httpmime.jar It provides an MultipartEntity that allows you to give it a file to upload. The api is pretty strait forward.