I was having the same problem. I am using ubuntu 18.04 and it was solved when i used this permission command on terminal.
sudo chmod -R 777 /var/www/html/target_dir.
->I have apache2 web server and target_dir as Download so replace target_dir as per your destination directory.