Re: Basic Question about Python WebServer File handling

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriel Genellina

    Re: Basic Question about Python WebServer File handling

    En Thu, 10 Jul 2008 22:20:21 -0300, Alok Kumar <alokkat@gmail. com>
    escribi�:
    I need to have a python webserver which can handle Get request from the
    clients and upload the *files* from 4 different directories.
    >
    Can someone please point me what to exactly look for.
    Look at SimpleHTTPServe r.py in the standard library - either use it as it
    is or subclass SimpleHTTPReque stHandler to suit your needs.

    --
    Gabriel Genellina

Working...