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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -