Skip to content

Instantly share code, notes, and snippets.

@PabloPG
Last active May 23, 2016 17:46
Show Gist options
  • Save PabloPG/436d80f9899ea64afb456586966bb5f5 to your computer and use it in GitHub Desktop.
Save PabloPG/436d80f9899ea64afb456586966bb5f5 to your computer and use it in GitHub Desktop.
/*
* params $file // Arquivo $_FILES
* params $diretoio // Diretório raiz do www + pasta (saocamilo/ + ... )
* params $nome // Nome customizado para o arquivo, padrão hash_files()
*/
Upload::criar( $file, $diretorio, $nome = NULL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment