Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $arquivojpg = new Zend_Form_Element_File('arquivojpg');
- $arquivojpg->setLabel('Enviar Perspectiva JPG:');
- $arquivojpg->setDestination('arq');
- $arquivojpg->addValidator('Count', false, 1);
- $arquivojpg->addValidator('Size', false, 102400);
- $arquivojpg->addValidator('Extension', false, 'jpg,png,gif');
- $arquivojpg->addDecorators(array('ViewHelper', array(array('row' => 'HtmlTag'), array('tag' => 'div', 'class' => 'row3'))));
- $form->addElement($arquivojpg);
Advertisement
Add Comment
Please, Sign In to add comment