please could someone check this for me? I have followed the info that I found on here and still I cant get it to work. My host says that this should now be possible as the
First of all please check that you are using a proper form tag
check that you have enctype="multipart/form-data" on form.
enctype="multipart/form-data"
in upload_file.php
upload_file.php
check that you are really getting the file by doing
var_dump($_FILES)
if yes, then you can use your move_uploaded_file
move_uploaded_file