Re: uploading/streaming a file to a java servlet

2005-04-19 Thread Kent Johnson
Vasil Slavov wrote: I am working on a school project written in Python (using mod_python) and I need to upload a file to a java servlet. Here are the high-level instructions given by the servlet authors: - Open the file for reading. - Open an HTTP connection to the servlet and get the RequestStream

uploading/streaming a file to a java servlet

2005-04-18 Thread Vasil Slavov
I apologize for the long email. I hope somebody will have time to read it and give some suggestions. I am working on a school project written in Python (using mod_python) and I need to upload a file to a java servlet. Here are the high-level instructions given by the servlet authors (the instructi