Hi!
The user upload a csv file to the server.
next time he want to upload another csv file.
if we have collisoin on the rows, have to ask the user to delete it or insert a new record.
then we have to make the changes.
Our question is:
when we save the file
only the changes will be saved in the server, or the whole file will be saved by the php?
Thank you