**Full usage example** ::
MultiFileField('file',
primary=True,
languageIndependent=True,
storage = AnnotationStorage(migrate=True),
widget = MultiFileWidget(
description = "Select the file to be added by
clicking the 'Browse' button.",
description_msgid = "help_file",
label= "File Some Text",
label_msgid = "label_file",
i18n_domain = "plone",
show_content_type = False,)),
|