I inherited a python3 project where we are trying to parse a 70 MB file with python 3.5.6 . I am using cgi.FieldStorage File (named: paketti.ipk) I’m trying to send: Headers: Temporary file /tmp/nginx/0000000001: Code: Now the strangest things. Logs show: Look at the /tmp/nginx directory: So, it is like partially working because the name is got. But why it
Tag: cgi
Getting HTTP GET arguments in Python
I’m trying to run an Icecast stream using a simple Python script to pick a random song from the list of songs on the server. I’m looking to add a voting/request interface, and my host allows use of python to serve webpages through CGI. However, I’m getting hung up on just how to get the GET arguments supplied by the