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
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