Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $og_filename = $_FILES[$this->getForm()->getPhotoField()]['name'];
- $filename = strtolower(uniqid() . "_" . $og_filename);
- $estimatedDest = $this->getForm()->getDestination() . DIRECTORY_SEPARATOR . $filename;
- $this->getForm()->getElement($this->getForm()->getPhotoField())->addFilter('Rename', array('target' => $estimatedDest));
- // $estimatedDest == valid writeable path + filename
Add Comment
Please, Sign In to add comment