Uploading a file using HTML/PHP -
i using php handle form , upload file. works great localhost when live, files won't upload. not getting errors , php.ini settings set right settings. doing wrong?
my php:
$target2= uploadpath . $cover_photo; move_uploaded_file($_files['cover-pic-input']['tmp_name'], $target2);
Comments
Post a Comment