if ($_FILES['file']['size'] == 0) {
//se não existir a imagem coloa uma padrão
$file = "assets/upload/adverts/no-photo.jpg";
} else {
$file = $Resources->uploadFile('assets/upload/images/adverts/', $_FILES['file']);
if ($file == "error") {
header("Location: " . BASE_URL . "users/advertise");
exit;
}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter