/docs/gp.fileupload Gawel's repository

author Gael Pasgrimaud <gael@gawel.org>
Sun Feb 08 16:34:48 2009 +0100 (19 months ago)
changeset 135 092dbb058c6a
parent 79 98e22d1e2452
permissions -rw-r--r--
fix url
gawel@0
     1
[DEFAULT]
gawel@0
     2
debug=true
gawel@0
     3
gawel@6
     4
[pipeline:main]
gawel@6
     5
pipeline = fileupload egg:gp.fileupload#sample
gawel@6
     6
gawel@6
     7
[filter:fileupload]
gawel@6
     8
use = egg:gp.fileupload
gawel@79
     9
tempdir= %(here)s/tmp/
gawel@104
    10
#upload_to = %(here)s/share/
gawel@35
    11
include_files = fileupload.css jquery.fileupload.*
gawel@0
    12
gawel@0
    13
[server:main]
gawel@40
    14
use= egg:PasteScript#cherrypy
gawel@25
    15
host=0.0.0.0
gawel@34
    16
port=8080
gawel@0
    17
gawel@7
    18
# Logging configuration
gawel@7
    19
[loggers]
gawel@7
    20
keys = root, fileupload
gawel@7
    21
gawel@7
    22
[handlers]
gawel@7
    23
keys = console
gawel@7
    24
gawel@7
    25
[formatters]
gawel@7
    26
keys = generic
gawel@7
    27
gawel@7
    28
[logger_root]
gawel@7
    29
level = DEBUG
gawel@7
    30
handlers = console
gawel@7
    31
gawel@7
    32
[logger_fileupload]
gawel@7
    33
level = DEBUG
gawel@7
    34
handlers =
gawel@7
    35
qualname = fileupload
gawel@7
    36
gawel@7
    37
[handler_console]
gawel@7
    38
class = StreamHandler
gawel@7
    39
args = (sys.stderr,)
gawel@7
    40
level = DEBUG
gawel@7
    41
formatter = generic
gawel@7
    42
gawel@7
    43
[formatter_generic]
gawel@7
    44
format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
gawel@7
    45
datefmt = %H:%M:%S