if (is_uploaded_file($ozadje)) {
print $DOCUMENT_ROOT."<br>";
print $ozadje_name."<br>";
print $ozadje_type."<br>";
print $ozadje;
copy($ozadje,"../ozadja/".$ozadje_name);
}
<form method="post" enctype="multipart/form-data">
<input type=file name=ozadje>
</form>
this is my script.. it works fine.. no errors of anything.. but I have a problem .. FILE IS NOT UPLOADED !?!?!? .. I cant find file on the server or anywhere ..
any help would be appreciated !!
10x Armando