Hello!
Ha ve no idea I run de program and it does nothig heres the code:
if ($img01 == ""){
echo "File does not exist";
}else{
@unlink("$abpath/$img01_name");
@copy($img01, "$abpath/$img01_name") or die("The file you are trying to upload couldn't be copied to the server");
echo "Upload Successful";
}
I apreciate you help.
Thank You