hi there i have problem with upload file...
when i try to copy file to server it display
error like this:-
Warning: Unable to open 'D:\saras\saras\dictionary&languages\2[1].wav' for reading: No such file or directory in /home2/dictionary/admin/wordEdited.php on line 49
my script is:-
$tempfile = stripcslashes($newengWave);
$newfile = "$dir/".$tempfile;
$ret = @copy($tempfile, $newfile);
Is there anyone can solve my problem.
thanks in advance.