Hi folks,
is there a difference between using FAPWS3 and MOD_WSGI when dealing with Django?
FAPWS3 seems alot faster when serving requests toward Python scripts. I would like to know if I'm missing out anything. :)
Any ideas?
...
Hi folks,
I found no information whatsoever on how to install FAPWS3 on my Win7 machine.
Help would be immensely appreciated! :)
...
I have a form that is multi-part for file upload, but it also has some other parameters like username, password, etc.
Here's what the HTML form looks like:
http://pastebin.com/AjmGsQBu
And here's my python code to handle it:
http://pastebin.com/kj1PBYmH
I've verified with Charles that all the parameters are being submitted, they're ju...