test line1 bold
test line2
|
Test Line 4
|
// Where the file is going to be placed
$target_path = "http://76.10.182.87/remote/";
/* Add the original filename to our target path.
Result is "uploads/filename.extension" */
$target_path = $target_path . basename( $_FILES['uploadedfile']['name']);
abcabc
|