upload file php error
Moderator: General Moderators
Re: upload file php error
Have you tried with an absolute file path instead of a relative path?
Re: upload file php error
That's not a directory. Use a proper directory path. /var/www/mysite/images/whatever. Look at dirname() and __DIR__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/";