Forum Moderators: coopster
Now i am using Html File control to select n browse source file from local drive.
Now when i am using this command to trape path of source file it is giving error that source file not found.
Code to trape source file path -
$file = $_FILES['tmp_name'];
ftp_put($conn_id, $file, $file, FTP_BINARY);
i know that it is giving only temproray path of file. so please can any body tell me how to trape the path of source file.
Vineet