10-14-2020, 08:58 PM
Hi there,
I'm using
to upload a file.
It's working but how to overwrite/replace the uploaded file with the same name?
Thank you
I'm using
PHP Code:
$file->move(WRITEPATH.'uploads', $fileName);
It's working but how to overwrite/replace the uploaded file with the same name?
Thank you