Hello, I want to know if is possible to upload a file which its content is set via a java.io.OutputStream (as in "old times" when using java.net.HttpURLConnection) not org.apache.commons.httpclient.methods.multipart.FilePart.Filepart.
I need this behaviour because the content is provided by another application not mine. To save the content in a "temp" zone is not an option because it is possible to receive hundreds of files per seconds ... and this will require a "big temp". Thank you in advance. Best regards, Emil
