Page 1 of 1

Re: upload file php error

Posted: Tue Jul 14, 2015 7:23 am
by Celauran
Have you tried with an absolute file path instead of a relative path?

Re: upload file php error

Posted: Tue Jul 14, 2015 7:31 am
by Celauran
ianhaney wrote:I just entered the folder location on the server as the following

Code: Select all

$target = "http://www.broadwaymediadesigns.co.uk/sites/recruitment-site/candidatescvs/";
That's not a directory. Use a proper directory path. /var/www/mysite/images/whatever. Look at dirname() and __DIR__