File Uploads

While you can upload files with grok out-of-the-box it needs a bit more work if you want to support uploads of larger files or want to display progress information to your user.

This document holds a list and discussion of packages which are used to solving this task.

gp.fileupload

This is the only package I am aware of currently which solves this problem. It integrates into the wsgi stack. For a complete tutorial, please see the gp.fileupload tutorial.

Personal opinion: Is easy to use and works well. Suitable for production use.