I'm maintaining a code that uses the function below to upload and resize the image:
function uploadArquivo($file, $dir_file, $prefixo_nome, $thumb = false, $dir_thumb = array(), $sizes = array()) {
$nome_imagem = $file['name'];
preg_m...
asked by
05.03.2015 / 20:55