Saving files from post data via sys.stdin

ACB amy.berry at cox.net
Tue Apr 11 15:57:23 EDT 2006


> Any further help is appreciated.   : )
>
>

I figured it out.  I just used
sys.stdin = file("path/to/file", "r")
and I was again able to read the data from stdin.






More information about the Python-list mailing list