Posts by user2985255 • 21 points
1 post
-
2
votes2
answers1510
viewsQ: file_get_contents(): Content-type not specified assuming application/x-www-form-urlencoded
In this code I am creating to upload profile images to Imgur if (isset($_POST['uploadprofileimg'])) { $image = base64_encode(file_get_contents($_FILES['profileimg']['tmp_name'])); $options =…