i have a script which works as i were using it in localhost(wampserver),for uploading photo in a directory then the file path to the database.
My problem is that now i`m trying to use the script in the website server where i uploaded my site files,and its giving me the errors as below:
Warning: move_uploaded_file(ftp://........../www/photo/uploads/Biboze.jpg) [function.move-uploaded-file]: failed to open stream: FTP server reports 530 Login authentication failed in /home/kislatco/public_html/photo/upload.php on line 16
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpTPTywF' to 'ftp://......./www/photo/uploads/Biboze.jpg' in /home/kislatco/public_html/photo/upload.php on line 16
The directory i were using in wampserver(localhost) is
$uploadDir = 'c:/wamp/www/photo/uploads/';
And in the webserver which is giving me errors is
ftp://......../www/photo/uploads/
So i dont know what is Wrong?any Help will be apprecited.