Metadata-Version: 1.0
Name: FileFields
Version: 0.1a0.dev-r294
Summary: File and Image upload fields for forms.
Home-page: UNKNOWN
Author: Claudio Martinez
Author-email: claudio.s.martinez@gmail.com
License: MIT
Description: Right now this package provides 2 widgets, FileField and ImageField.
        These widgets support file uploading with server side caching. That means that if some other field in the form fails validation, the user wont have to upload the file again. Instead they get the information of the file they included or a thumbnail of the image if it's an ImageField. An option to remove the file from the form is given too.
        If Lightbox is installed (optional), the full size images will be displayed with it (non popup image viewer).
        Also an animation removing the file attached to the form will be shown if Scriptculous is installed (optional).
        The server side caching is done using the TemporaryFile class from the official Python tempfile module. It's a secure way to store files on a platform independent way. The files are cleared when they are not used anymore.
        
Keywords: turbogears.widgets
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: TurboGears
Classifier: Framework :: TurboGears :: Widgets
