Last active
May 23, 2016 17:46
-
-
Save PabloPG/436d80f9899ea64afb456586966bb5f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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