The directory where the php and form is:
/www/admin/index.php
I want the image/file to goto:
/www/images/
if the path my variable states is:
$destPath = '/www/images/';
but what I get is that it trys to upload to (which is wrong):
/www/admin/www/images/
What path do I use to upload to a directory a level back?