Posts by Duvivier • 31 points
1 post
-
3
votes2
answers993
viewsA: Problem with uploading in PHP
Tries to activate the error Reporting to check what’s going wrong, or test the permission with: if (!is_writeable('uploads/' . $_FILES['image']['name'])) { die("Cannot write to destination file"); }…