Sometimes php upload won’t work with default system tmp folder. Just create a new one for PHP and change setting in php.ini.
upload_tmp_dir = “C:\phptmp”
Sometimes php upload won’t work with default system tmp folder. Just create a new one for PHP and change setting in php.ini.
upload_tmp_dir = “C:\phptmp”