Reply to Re: Upload .pdf files

Re: Upload .pdf files new!
by Marcos Booz, 16 years ago
//PDF upload Manipulation
$uploadPdf = new upload($_FILES['edital']);
if ($uploadPdf->uploaded) {
  //imagem
  $uploadPdf->file_new_name_body = 'edital_'.$codigo;
  $uploadPdf->process('../img/leiloes/leilao'.$codigo.'/');
  //procede
  if ($uploadPdf->processed) {
    $status = 'Edital Enviado com Sucesso';
    $uploadPdf->clean();
  } else {
    $status = $uploadPdf->error;
  }
}

I did!! =)Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important