I am inserting an image into the Database. In the database, only the name of the image is saved, and the image is stored in a folder.
$target_dir = "./uploads/";
$target_file = $target_dir . basename($_FILES["image"]["name"]);
$uploadOk = 1;...
asked by
19.06.2018 / 12:24