Код: Выделить всё
Upload Rejected PDF:
Upload Rejected File
Код: Выделить всё
Directory Name : abc
file name : def1.pdf
file name : def2.pdf
file name : def3.pdf
Код: Выделить всё
$pdfPath : Drirectory2 . "/file.pdf";
move_uploaded_file($_FILES['pdf_upload']['tmp_name'], $pdfPath);
Код: Выделить всё
.... Doing Processing ....
$pendingTxtFiles = glob(abc . "*.pdf");
foreach ($pendingTxtFiles as $pendingTxt) {
unlink($pendingTxt);
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... r-processi
Полная версия