Re: Saving files from post data via sys.stdin
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Saving files from post data via sys.stdin

From: ACB <amy.berry@cox.net>
Date: Tue Apr 11 2006 - 21:57:23 CEST

> 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.
Received on Sun Apr 30 22:54:24 2006