I would like to upload files from java application/applet using POST http event. I would like to avoid to use any library not included in SE, unless there is no other (feas
You need to learn about the chunked encoding used in newer versions of HTTP. The Apache HttpClient library is a good reference implementation to learn from.