How to reject same filename and ask the user to rename the file using upload class in codeigniter,?
I am creating an upload form using codeiginiter upload class to facilitate user uploading file (allowed .csv only). I want to force the users renaming their filename before they upload the csv by rejecting them if the filename is same.