| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+    
         |    
FormWidget --+
             |
            UploadWidget
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 | |||
| _class =  | |||
| DEFAULT_WIDTH =  | |||
| ID_DELETE_SUFFIX =  | |||
| GENERIC_DESCRIPTION =  | |||
| DELETE_FILE =  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 generates a INPUT file tag. Optionally provides an A link to the file, including a checkbox so the file can be deleted. All is wrapped in a DIV. see also: :meth:`FormWidget.widget` :param download_url: Optional URL to link to the file (default = None) 
 | 
| 
 how to represent the file: - with download url and if it is an image: <A href=...><IMG ...></A> - otherwise with download url: <A href=...>file</A> - otherwise: file :param field: the field :param value: the field value :param download_url: url for the file download (default = None) | 
| 
 Tries to check if the filename provided references to an image Checking is based on filename extension. Currently recognized: gif, png, jp(e)g, bmp :param value: filename | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 14 15:17:05 2013 | http://epydoc.sourceforge.net |