Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public function preUpload()
  2. {
  3. if (null !== $this->file) {
  4. // do whatever you want to generate a unique name
  5. $this->path = uniqid().'.'.$this->file->guessExtension();
  6. }
  7. }
  8.  
  9. myproject
  10. app
  11. src
  12. vendor
  13. web <-- your domain points to this folder
  14. save_files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement