add('file', 'file') ->add('save', 'submit') ; } public function getDefaultOptions(array $options) { return array( 'csrf_protection' => false, ); } public function getName() { return 'upload_import_file'; } }