Package forms\fields-files
Classes summary
| FileField | Represents a file type which can be added to a form. Automatically tries to save has_one-relations on the saved record. |
| FileIFrameField | A field that allows you to attach a file to a DataObject without submitting the form it is part of, through the use of an iframe. |
| ImageField | A field that allows you to attach an image to a record from within a iframe -
designed for use in AJAX forms where it is not possible to use SimpleImageField. |
| MultiUploadField | Represents a file type which can be added to a form. Automatically tries to save has_one-relations on the saved record. |
| SimpleImageField | SimpleImageField provides an easy way of uploading images to Image
has_one relationships. These relationships are auto-detected if you name the
field accordingly. Unlike ImageField, it doesn't use an iframe. |
| SimpleImageField_Disabled | Disabled version of SimpleImageField. |