Skip to content

dbaty/Poulda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2ff424 · Jun 6, 2015

History

9 Commits
Apr 16, 2012
Aug 5, 2013
Feb 16, 2012
Feb 17, 2012
Feb 16, 2012
Feb 16, 2012
Feb 17, 2012
Feb 17, 2012
Feb 17, 2012
Feb 16, 2012
Apr 16, 2012

Repository files navigation

Poulda is a simple file upload web service. It comes from a need I have to receive large files from friends and family who would not be bothered to use FTP or anything more complex than a web browser interface. Amongst its features are such diverse elements as:

  • only authenticated users may upload a file;
  • user accounts (login and password) are configured in the WSGI configuration file;
  • a progress bar appears during the upload (unless you disabled JavaScript);
  • relatively old browsers should be supported relatively well;
  • the user interface is in English or French, hopefully not both at the same time.

For further details, see the documentation at http://packages.python.org/Poulda (or in the docs/ folder in the source).