I have used httplib.HTTPResponse it working fine if i return a string/dict but not able to return it as a attached file.
using django.http.HttpResponse its possible to do but i dont want to use django for this.
I am trying to do it simply writing a python script, hosted on mod-python apache webserver.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
To get the effect you want, at an HTTP level need to have a
The However you're going to run into trouble doing this with |
|||
|
|