Scripts posted recently tagged to pylons in Kelpi

1- 1 of 1.

File upload form and process

to python pylons file upload by nando.quintana

# http://jimmyg.org/2007/09/25/file-uploads-in-python/
import logging
from upload.lib.base import *
log = logging.getLogger(__name__)
import os
hits counter