Hello,
I am uploading files and storing info on the files in the database. When a file upload is made, I need a script to check the database to make sure that a file with that name is not already inserted, and abort upload if that is the case. Whats the best strategy to achieve this?
Thanks!
I am uploading files and storing info on the files in the database. When a file upload is made, I need a script to check the database to make sure that a file with that name is not already inserted, and abort upload if that is the case. Whats the best strategy to achieve this?
Thanks!