Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.z3cform.filewidget

How to install collective.z3cform.filewidget

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.z3cform.filewidget
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1 Available View build log
Windows (64-bit)
0.1 Available View build log
Mac OS X (10.5+)
0.1 Available View build log
Linux (32-bit)
0.1 Available View build log
Linux (64-bit)
0.1 Available View build log
 
Author
License
GPL
Dependencies
Lastest release
version 0.1 on Jan 5th, 2011

collective.z3cform.filewidget

This package provides a simple widget for file upload and edit. It is registered for zope.schema.interfaces.IBytes. The original file widget allows only upload and thus it is usable only with z3c.form.AddForm.

It can be used together with archetypes' FileField, however the z3c.form's applyChanges cannot handle filename and content_type properly, so please note that you have to tweak it yourself.

The aim was to override the default behavior without creating a new field as plone.namedfile does.

Usage

Add the package into you buildout's egg section or your package's setup.py and rerun buildout.

In your form reassign the widget:

System Message: WARNING/2 (<string>, line 16)

Literal block expected; none found.

from collective.z3cform.filewidget import FileFieldWidget

class YourForm(form.EditForm): fields = field.Fields(IYourForm) fields['file'].widgetFactory[INPUT_MODE] = FileFieldWidget

The value returned from the widget (convertor) is either raw data of the uploaded file or a collective.z3cform.filewidget.NOCHANGE indicating that the file has not been changed.

The filename and headers are stored within the widget instance itself:

System Message: WARNING/2 (<string>, line 27)

Literal block expected; none found.

filename = self.widgets['file'].filename headers = self.widgets['file'].headers

Changelog

0.1 (unreleased)
  • Initial release

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.