Re: upload file php error
Posted: Tue Jul 14, 2015 7:23 am
Have you tried with an absolute file path instead of a relative path?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
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/";