Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $this->setValidator('audio', new sfValidatorFile(
  2. array(
  3. 'mime_types' => array('audio/mpeg'),
  4. 'path' => sfConfig::get('sf_upload_dir').'/users/audio',
  5. 'required' => true,
  6. 'max_size' => '2097152'
  7.  
  8. )
Add Comment
Please, Sign In to add comment