I have an upload script on my domain, which works fine,
But I want the uploader to upload files to a different domain I own,
The problem is here:
// Where will the file be uploaded to?
$uploaddir = $_SERVER['DOCUMENT_ROOT'] . "/Feb/";
I changed it to:
$uploaddir = "
doesnt work because of header wrappers or something?
can someone help please?
A+,Network +,CCNA
But I want the uploader to upload files to a different domain I own,
The problem is here:
// Where will the file be uploaded to?
$uploaddir = $_SERVER['DOCUMENT_ROOT'] . "/Feb/";
I changed it to:
$uploaddir = "
doesnt work because of header wrappers or something?
can someone help please?
A+,Network +,CCNA