Open seagullmania opened 6 years ago
is there a way to disable the random file name in this?
rename(getcwd() . "/" . basename($_FILES['form']['name']), getcwd() . "/i/" . $md5 . "." . end(explode(".", $_FILES["form"]["name"])));
You'd have to change this bit of code to whatever you want.
is there a way to disable the random file name in this?