How to implement file upload when the client is using HttpURLConnection ?

supporting breakpoint...
[31 byte] By [Seaughtera] at [2007-10-2 20:33:18]
# 1
Its beter to use a third party HTTP client api for this. Becouse if you try to do this using HttpURLConnection you wil have to do lott of HTTP protocol handling yourself.
LRMKa at 2007-7-13 23:16:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...