Processing chunked encoded HTTP POST requests in python (or generic CGI under apache)

后端 未结 5 506
猫巷女王i
猫巷女王i 2020-12-10 18:05

I have a j2me client that would post some chunked encoded data to a webserver. I\'d like to process the data in python. The script is being run as a CGI one, but apparently

5条回答
  •  爱一瞬间的悲伤
    2020-12-10 18:57

    Maybe it is a configuration issue? Django can be fronted with Apache by mod_python, WSGI and FastCGI and it can accept file uploads.

提交回复
热议问题